@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Noto+Sans+Arabic:wght@400;500;600;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg:#fff;--surface:#fff;--surface-soft:#f3f6fc;--text-main:#14233d;--text-muted:#5f708e;--accent:#173b79;--accent-strong:#112f62;--accent-soft:#e7eef9;--accent-text:#fff;--shadow-soft:0 10px 24px #10214214;--shadow-strong:0 18px 40px #10214224;font-family:Manrope,Noto Sans Arabic,Helvetica Neue,sans-serif;font-weight:500;line-height:1.45}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);min-height:100svh;color:var(--text-main)}button,a,input{font:inherit}button{color:inherit;cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}html[dir=rtl] body{font-family:Noto Sans Arabic,Manrope,Helvetica Neue,sans-serif}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{justify-content:center;width:100%;min-height:100svh;transition:filter .32s;display:flex}.app-shell.splash-active{filter:blur(9px)}.app-shell.home-screen{background-image:linear-gradient(#ffffffa8,#ffffffc4),url(/branding/linckia_background.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:18px 14px 26px}.app-shell.menu-screen{background:#fff;padding:0}.home-page{flex-direction:column;justify-content:center;gap:14px;width:min(100%,460px);min-height:calc(100svh - 44px);padding-block:8px 18px;display:flex}.home-header{text-align:center;padding-top:8px}.home-logo{width:min(220px,62vw);margin:0 auto;display:block}.home-subtitle{max-width:320px;color:var(--text-muted);text-wrap:balance;margin:10px auto 0;font-size:.94rem}.language-section{box-shadow:var(--shadow-soft);background:#ffffffe6;border-radius:18px;padding:12px}.language-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px;font-size:.82rem}.flag-grid{direction:ltr;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.flag-option{background:var(--surface);border-radius:14px;justify-content:center;align-items:center;height:50px;transition:transform .12s,box-shadow .12s,background .12s;display:flex;position:relative;box-shadow:0 8px 16px #10214214}.flag-option.selected{background:var(--accent-soft);transform:translateY(-1px);box-shadow:0 0 0 2px #173b795c,0 10px 20px #112f622e}.flag-input{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.flag-emoji{font-size:1.55rem;line-height:1}.action-list{gap:12px;display:grid}.secondary-actions{gap:12px;margin-left:12px;display:grid}.action-card{background:var(--surface);min-height:56px;color:var(--text-main);box-shadow:var(--shadow-soft);border-radius:18px;justify-content:center;align-items:center;padding:14px 16px;font-weight:700;transition:transform .12s,box-shadow .12s;display:flex}.action-card.with-icon{justify-content:flex-start;padding:12px 14px 12px 12px}.action-card-content{justify-content:center;align-items:center;gap:10px;width:100%;display:inline-flex}.action-card.with-icon .action-card-content{direction:ltr;justify-content:flex-start}.action-icon-bullet{background:var(--accent-soft);width:30px;height:30px;color:var(--accent);border-radius:999px;flex:0 0 30px;justify-content:center;align-items:center;display:inline-flex}.action-icon-bullet svg{width:16px;height:16px}.action-label{text-align:center;width:100%;display:block}.action-card.with-icon .action-label{text-align:left}.action-card.primary{background:var(--accent);color:var(--accent-text);box-shadow:0 14px 26px #112f623d}.menu-page{background:#fff;flex-direction:column;gap:8px;width:100%;min-height:100svh;padding:8px 8px 12px;display:flex}.menu-topbar{direction:ltr;justify-content:space-between;align-items:center;gap:8px;display:flex}.back-button{color:var(--accent);background:var(--accent-soft);box-shadow:var(--shadow-soft);border-radius:12px;align-items:center;gap:6px;padding:8px 12px;font-size:.86rem;font-weight:700;display:inline-flex}.menu-title{color:var(--text-main);text-align:left;margin:0;font-size:1.1rem;font-weight:700}.back-arrow{font-size:.86rem;line-height:1}.menu-viewer{background:#fff;outline:none;flex-direction:column;flex:1;gap:8px;min-height:0;padding:0 2px 4px;display:flex}.menu-image-wrap{min-height:calc(100svh - 180px);box-shadow:var(--shadow-soft);background:#fff;border-radius:14px;flex:1;justify-content:center;align-items:center;display:flex;overflow:hidden}.menu-image{object-fit:contain;object-position:center;width:100%;height:100%;animation:.2s page-change;display:block}.menu-controls{direction:ltr;justify-content:center;align-items:center;gap:14px;display:flex}.arrow-button{background:var(--accent-soft);width:46px;height:46px;color:var(--accent);box-shadow:var(--shadow-soft);border-radius:999px;font-size:1.2rem;font-weight:700}.arrow-button:disabled{opacity:.35}.page-indicator{text-align:center;color:var(--text-muted);font-size:.9rem;font-weight:700}.swipe-hint{text-align:center;color:var(--text-muted);margin:0;font-size:.78rem}.wifi-overlay{z-index:40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#08162e57;justify-content:center;align-items:flex-end;padding:12px;display:flex;position:fixed;inset:0}.wifi-sheet{width:min(100%,460px);box-shadow:var(--shadow-strong);background:#fff;border-radius:20px 20px 14px 14px;padding:16px}.wifi-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.wifi-title{margin:0;font-size:1.05rem}.wifi-description{color:var(--text-muted);margin:8px 0 0;font-size:.84rem}.wifi-field{background:var(--surface-soft);border-radius:12px;margin-top:10px;padding:10px 12px}.wifi-label{color:var(--text-muted);font-size:.78rem;display:block}.wifi-value{word-break:break-word;margin-top:3px;font-size:.95rem;display:block}.wifi-actions{justify-content:flex-end;margin-top:14px;display:flex}.sheet-button{background:var(--surface-soft);color:var(--accent);border-radius:10px;padding:8px 12px;font-size:.88rem;font-weight:700}.sheet-button.primary{background:var(--accent);color:var(--accent-text)}.splash-overlay{z-index:60;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f6f9ffe6;justify-content:center;align-items:center;transition:background .26s,-webkit-backdrop-filter .26s,backdrop-filter .26s;display:flex;position:fixed;inset:0}.splash-overlay.clearing{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#f6f9ff52}.splash-logo{filter:drop-shadow(0 10px 26px #10214233);width:min(320px,78vw);height:auto}@keyframes page-change{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media (width>=768px){.app-shell.home-screen{padding:26px 22px 36px}.home-page{gap:16px;max-width:500px;min-height:calc(100svh - 62px);padding-block:10px 24px}.menu-page{padding:10px 14px 14px}.menu-image-wrap{min-height:calc(100svh - 190px)}.wifi-overlay{align-items:center;padding:20px}.wifi-sheet{border-radius:20px}}@media (hover:hover){.action-card:hover,.flag-option:hover,.back-button:hover,.arrow-button:hover,.sheet-button:hover{transform:translateY(-1px)}}
