.navbar{background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem 2rem;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.navbar-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;font-size:1.5rem;font-weight:700;transition:transform .2s;-webkit-user-select:none;user-select:none}.navbar-logo:hover{transform:scale(1.05)}.logo-icon{width:40px;height:40px;border-radius:8px}.navbar-links{display:flex;align-items:center;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .2s;font-size:1rem}.nav-link:hover{opacity:.8}.language-selector{position:relative}.language-dropdown{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.language-dropdown:hover{background:#ffffff4d}.language-dropdown option{background:#667eea;color:#fff}@media (max-width: 768px){.navbar{padding:1rem}.navbar-links{gap:1rem;font-size:.9rem}.navbar-logo{font-size:1.25rem}}.footer{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:3rem 2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;text-align:center;color:#fffc}.footer-links{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem}.footer-link{color:#ffffffe6;text-decoration:none;font-weight:500;transition:color .3s ease}.footer-link:hover{color:#00d4ff}.footer-separator{color:#ffffff4d;font-size:.875rem}.footer-content>p{font-size:.875rem;margin:0}.layout{display:flex;flex-direction:column;min-height:100vh}.layout-content{flex:1;display:flex;flex-direction:column}.home{min-height:100vh;background:linear-gradient(to bottom,#f8f9ff,#fff)}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.dice-animation{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.floating-dice{position:absolute;width:60px;height:60px;background:#ffffff1a;border-radius:12px;animation:float 6s ease-in-out infinite}.floating-dice:first-child{top:10%;left:10%;animation-delay:0s}.floating-dice:last-child{top:60%;right:15%;animation-delay:3s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,.2)}.hero-tagline{font-size:1.75rem;margin-bottom:1.5rem;opacity:.95}.hero-description{font-size:1.125rem;margin-bottom:2.5rem;opacity:.9;line-height:1.7}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#fff;color:#667eea;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1.125rem;display:inline-flex;align-items:center;gap:.75rem;transition:all .3s;box-shadow:0 4px 20px #00000026}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #0003}.screenshots{padding:4rem 2rem;background:#f8f9ff}.screenshots-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.screenshot{border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:transform .3s;background:#fff}.screenshot:hover{transform:translateY(-10px)}.screenshot img{width:100%;height:auto;display:block}.features{padding:6rem 2rem;background:#fff}.features-content{max-width:1200px;margin:0 auto}.section-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:4rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.feature-card{background:linear-gradient(135deg,#f8f9ff,#fff);padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #667eea1a;transition:all .3s;border:2px solid transparent}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #667eea33;border-color:#667eea}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#667eea}.feature-card p{color:#666;line-height:1.7;font-size:1rem}@media (max-width: 768px){.hero{padding:4rem 1.5rem}.hero-title{font-size:2.5rem}.hero-tagline{font-size:1.25rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.screenshots-grid,.features-grid{grid-template-columns:1fr}}.support{min-height:100vh;background:linear-gradient(to bottom,#f8f9ff,#fff)}.support-container{max-width:900px;margin:0 auto;padding:4rem 2rem}.support-title{font-size:3.5rem;font-weight:800;text-align:center;margin-bottom:4rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-heading{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:2rem;margin-top:3rem}.faq-section{margin-bottom:4rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #667eea1a;border:2px solid transparent;transition:all .3s;cursor:pointer}.faq-item:hover{border-color:#667eea;box-shadow:0 4px 20px #667eea26}.faq-item[open]{border-color:#667eea}.faq-question{font-size:1.25rem;font-weight:600;color:#2d3748;cursor:pointer;list-style:none;padding:.5rem 0}.faq-question::-webkit-details-marker{display:none}.faq-question:before{content:"▶";display:inline-block;margin-inline-end:.75rem;color:#667eea;transition:transform .3s}.faq-item[open] .faq-question:before{transform:rotate(90deg)}.faq-answer{color:#666;line-height:1.7;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.instructions-section{margin-bottom:4rem}.instruction-steps{display:flex;flex-direction:column;gap:2rem}.instruction-step{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #667eea1a;border-left:4px solid #667eea}.step-title{font-size:1.5rem;font-weight:700;color:#667eea;margin-bottom:1rem}.step-description{color:#666;line-height:1.7}.nfc-setup{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2.5rem;border-radius:16px;margin-top:3rem;box-shadow:0 10px 40px #667eea4d}.nfc-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.nfc-description{margin-bottom:1.5rem;opacity:.95;line-height:1.7}.nfc-steps{list-style:none;counter-reset:nfc-counter;padding:0}.nfc-steps li{counter-increment:nfc-counter;margin-bottom:1rem;padding-left:2.5rem;position:relative;line-height:1.7}.nfc-steps li:before{content:counter(nfc-counter);position:absolute;left:0;top:0;background:#fff3;width:1.75rem;height:1.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;border:2px solid rgba(255,255,255,.4)}.contact-section{text-align:center;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #667eea1a}.contact-description{color:#666;margin-bottom:2rem;font-size:1.125rem}.contact-info{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.contact-email{font-size:1.5rem;font-weight:600;color:#667eea}.contact-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1.125rem;display:inline-block;transition:all .3s;box-shadow:0 4px 20px #667eea4d}.contact-button:hover{transform:translateY(-2px);box-shadow:0 6px 30px #667eea66}@media (max-width: 768px){.support-container{padding:2rem 1.5rem}.support-title{font-size:2.5rem}.section-heading{font-size:1.5rem}.faq-question{font-size:1.125rem}.step-title{font-size:1.25rem}.nfc-setup{padding:1.5rem}.nfc-title{font-size:1.5rem}}.privacy{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.privacy-container{max-width:900px;margin:0 auto;padding:100px 20px 60px}.privacy-title{font-size:3rem;font-weight:800;color:#fff;text-align:center;margin-bottom:10px}.privacy-updated{text-align:center;color:#fffc;font-size:.95rem;margin-bottom:50px}.privacy-section{background:#fff;border-radius:16px;padding:30px;margin-bottom:24px;box-shadow:0 4px 12px #0000001a}.privacy-section h2{font-size:1.75rem;font-weight:700;color:#1a202c;margin-bottom:16px}.privacy-section p{font-size:1.05rem;line-height:1.7;color:#4a5568;margin-bottom:12px}.privacy-list{margin:16px 0;padding-left:24px}.privacy-list li{font-size:1.05rem;line-height:1.7;color:#4a5568;margin-bottom:8px}.privacy-email{display:inline-block;color:#667eea;font-weight:600;text-decoration:none;font-size:1.1rem;transition:color .2s}.privacy-email:hover{color:#764ba2}@media (max-width: 768px){.privacy-container{padding:80px 16px 40px}.privacy-title{font-size:2.2rem}.privacy-section{padding:20px}.privacy-section h2{font-size:1.4rem}.privacy-section p,.privacy-list li{font-size:1rem}}.terms{min-height:100vh;background:linear-gradient(135deg,#f093fb,#f5576c)}.terms-container{max-width:900px;margin:0 auto;padding:100px 20px 60px}.terms-title{font-size:3rem;font-weight:800;color:#fff;text-align:center;margin-bottom:10px}.terms-updated{text-align:center;color:#ffffffe6;font-size:.95rem;margin-bottom:50px}.terms-section{background:#fff;border-radius:16px;padding:30px;margin-bottom:24px;box-shadow:0 4px 12px #0000001a}.terms-section h2{font-size:1.75rem;font-weight:700;color:#1a202c;margin-bottom:16px}.terms-section p{font-size:1.05rem;line-height:1.7;color:#4a5568;margin-bottom:12px}.terms-list{margin:16px 0;padding-left:24px}.terms-list li{font-size:1.05rem;line-height:1.7;color:#4a5568;margin-bottom:8px}.terms-email{display:inline-block;color:#f5576c;font-weight:600;text-decoration:none;font-size:1.1rem;transition:color .2s}.terms-email:hover{color:#f093fb}.footer{background:#0000004d;padding:30px 20px;text-align:center}.footer-content p{color:#ffffffe6;font-size:.95rem}@media (max-width: 768px){.terms-container{padding:80px 16px 40px}.terms-title{font-size:2.2rem}.terms-section{padding:20px}.terms-section h2{font-size:1.4rem}.terms-section p,.terms-list li{font-size:1rem}}.not-found{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(to bottom,#f8f9ff,#fff)}.not-found-container{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.not-found-content{max-width:600px;text-align:center}.error-code{font-size:10rem;font-weight:900;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:2rem;text-shadow:0 10px 40px rgba(102,126,234,.2)}.error-title{font-size:2.5rem;font-weight:800;color:#2d3748;margin-bottom:1rem}.error-description{font-size:1.25rem;color:#666;margin-bottom:3rem;line-height:1.7}.error-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-home,.btn-support{padding:1rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1.125rem;transition:all .3s;display:inline-block}.btn-home{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 20px #667eea4d}.btn-home:hover{transform:translateY(-2px);box-shadow:0 6px 30px #667eea66}.btn-support{background:#fff;color:#667eea;border:2px solid #667eea;box-shadow:0 2px 10px #667eea1a}.btn-support:hover{transform:translateY(-2px);box-shadow:0 4px 20px #667eea33;background:#f8f9ff}@media (max-width: 768px){.not-found-container{padding:2rem 1.5rem}.error-code{font-size:6rem}.error-title{font-size:2rem}.error-description{font-size:1.125rem}.error-actions{flex-direction:column;gap:1rem}.btn-home,.btn-support{width:100%;max-width:300px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[dir=rtl] body{direction:rtl}
