:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary: #1f3fae;--bg: #f8f9fa;--safe-top: env(safe-area-inset-top)}body{margin:0;background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;direction:rtl;overflow-x:hidden;color:#333}.login-container{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box;background:#eef2ff}.login-box{background:#fff;padding:30px;border-radius:20px;width:100%;max-width:320px;text-align:center;box-shadow:0 20px 40px #1f3fae1a}.login-box h2{margin-top:0;color:var(--primary);margin-bottom:20px}.login-box input{width:100%;padding:14px;margin:0;border:1px solid #e2e8f0;border-radius:12px;box-sizing:border-box;font-size:16px;background:#f8fafc}.password-wrapper{position:relative;margin:8px 0}.eye-btn{position:absolute;left:10px;top:50%;transform:translateY(-50%);background:none;border:none;padding:5px;color:#94a3b8;cursor:pointer;display:flex}.login-btn{width:100%;padding:14px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;margin-top:15px;cursor:pointer}.app-container{display:flex;flex-direction:column;min-height:100vh;background:var(--bg)}.sticky-header{position:sticky;top:0;background:#fff;z-index:100;box-shadow:0 4px 20px #00000008;padding-top:calc(10px + var(--safe-top))}.header-top{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.header-top h3{margin:0;color:var(--primary);font-size:18px}.save-btn{display:flex;align-items:center;background:var(--primary);color:#fff;border:none;padding:8px 16px;border-radius:50px;font-weight:700;font-size:14px;box-shadow:0 2px 8px #1f3fae40;cursor:pointer}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.nav-dropdown-container{position:relative;padding:10px 20px 15px;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box;z-index:200}.dropdown-trigger{width:100%;background:#f1f5f9;border:1px solid #e2e8f0;padding:12px 20px;border-radius:12px;font-size:16px;font-weight:700;color:#334155;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.dropdown-menu{position:absolute;top:65px;left:20px;right:20px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;border:1px solid #f1f5f9;overflow:hidden;z-index:300;max-height:400px;overflow-y:auto}.dropdown-item{width:100%;text-align:right;padding:14px 20px;background:#fff;border:none;border-bottom:1px solid #f8fafc;font-size:16px;color:#475569;cursor:pointer}.dropdown-item:active,.dropdown-item.active{background:#eef2ff;color:var(--primary);font-weight:700}.backdrop{position:fixed;inset:0;background:#0000004d;z-index:150}.main-content{padding:20px 20px 50px;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}.split-view-container{display:flex;gap:30px;align-items:flex-start}.controls-pane{flex:1;min-width:0}.preview-pane{width:360px;flex-shrink:0;position:sticky;top:100px}@media(max-width:900px){.split-view-container{flex-direction:column}.preview-pane{width:100%;position:static;margin-top:30px}}.ui-card{background:#fff;padding:20px;border-radius:16px;margin-bottom:16px;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #00000003;position:relative}.card-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #f8fafc;padding-bottom:10px;margin-bottom:15px}.card-header h4{margin:0;color:#334155;font-size:15px;font-weight:700}.reset-section-btn{background:none;border:none;font-size:12px;color:#94a3b8;cursor:pointer;display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;transition:.2s}.reset-section-btn:hover{background:#f1f5f9;color:#ef4444}.control-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:15px}.control-row label{font-size:15px;color:#475569;font-weight:500;flex:1}.color-wrap{display:flex;align-items:center;gap:8px;background:#f8fafc;padding:5px 10px;border-radius:10px;border:1px solid #e2e8f0}input[type=color]{border:none;width:28px;height:28px;background:none;padding:0;cursor:pointer}.hex{font-size:12px;font-family:monospace;color:#64748b;font-weight:700;width:55px}.num-input{width:60px;padding:8px;text-align:center;border:1px solid #e2e8f0;border-radius:8px;font-weight:700;color:#334155;background:#f8fafc}.text-input{flex:1;padding:8px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.radio-label{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:10px;background:#f8fafc;border-radius:10px;font-size:14px;color:#334155;cursor:pointer}.add-club-btn{width:100%;padding:16px;background:#fff;border:2px dashed #cbd5e1;color:var(--primary);font-weight:700;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:20px;cursor:pointer}.club-row{display:flex;justify-content:space-between;background:#fff;padding:15px;border-radius:12px;border:1px solid #f1f5f9;margin-bottom:10px;align-items:center;box-shadow:0 2px 4px #00000005}.actions button{background:#f1f5f9;border:none;margin-left:8px;padding:8px;border-radius:8px;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer}.icon-btn{background:#f1f5f9;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer}.icon-btn.save{background:#dcfce7;color:#166534}img{max-width:100%;object-fit:contain}.fade-in{animation:fadeIn .4s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.preview-phone-frame{background:#111;border-radius:30px;padding:10px;box-shadow:0 20px 50px #0003;border:4px solid #333}.preview-screen{background:#fff;border-radius:20px;overflow:hidden;min-height:600px;position:relative;display:flex;flex-direction:column}.preview-header{text-align:center;padding:10px;border-bottom:1px solid #eee;font-size:12px;color:#999;text-transform:uppercase;letter-spacing:1px}.editor-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.editor-top h4{margin:0;color:#334155}.stat-card{flex:1;border-radius:12px;padding:20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px;box-shadow:0 2px 8px #00000008}.stat-card.orange{background-color:#fff7ed;border:1px solid #ffedd5}.stat-card.green{background-color:#f0fdf4;border:1px solid #dcfce7}.stat-card.blue{background-color:#eff6ff;border:1px solid #dbeafe}.stat-card.orange .stat-value{color:#f97316}.stat-card.green .stat-value{color:#16a34a}.stat-card.blue .stat-value{color:#2563eb}.stat-label{font-size:14px;color:#64748b;font-weight:500}.table-wrapper{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff}thead{background-color:#f8fafc;border-bottom:2px solid #e2e8f0}th{padding:14px 20px;font-size:14px;font-weight:700;color:#475569}td{padding:14px 20px;font-size:14px;color:#334155;border-bottom:1px solid #f1f5f9}.text-green{color:#16a34a;font-weight:700}.text-blue{color:#2563eb;font-weight:700;cursor:pointer;text-decoration:underline}.text-orange{color:#ea580c;font-weight:700}.shopicard-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;direction:rtl;padding:20px;background-color:#fff;color:#333;max-width:1200px;margin:0 auto}.top-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.action-buttons{display:flex;gap:10px}.btn{padding:8px 16px;border-radius:6px;border:1px solid #ccc;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:5px;background:#fff}.btn-exit{border-color:#fcc;background-color:#fff0f0;color:#d32f2f;font-weight:700}.btn-refresh{border-color:#ddd}.btn-demo{border-color:#b3d1ff;background-color:#e6f0ff;color:#0056b3;font-weight:700}.dashboard-title{font-size:24px;font-weight:700;color:#002b5c;margin:0}.stats-container{display:flex;gap:20px;margin-bottom:40px}.stat-card{flex:1;border-radius:8px;padding:20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px}.stat-card.orange{background-color:#fff8f0}.stat-card.green{background-color:#f0fffa}.stat-card.blue{background-color:#f0f7ff}.stat-value{font-size:32px;font-weight:700;margin-bottom:5px}.stat-card.orange .stat-value{color:#f59e0b}.stat-card.green .stat-value{color:#10b981}.stat-card.blue .stat-value{color:#3b82f6}.stat-label{font-size:14px;color:#666}.table-section-title{text-align:right;font-size:18px;font-weight:700;margin-bottom:15px;color:#111}.table-wrapper{border:1px solid #eee;border-radius:8px;overflow:hidden;position:relative}table{width:100%;border-collapse:collapse;text-align:right}thead{background-color:#f9fafb;display:table;width:100%;table-layout:fixed}th{padding:12px 15px;font-size:14px;font-weight:700;color:#444;border-bottom:1px solid #eee}tbody{display:block;max-height:400px;overflow-y:auto;width:100%}tr{display:table;width:100%;table-layout:fixed}td{padding:12px 15px;font-size:14px;color:#333;border-bottom:1px solid #f5f5f5}.text-green{color:#10b981;font-weight:500}.text-blue{color:#3b82f6;font-weight:500;cursor:pointer}.text-orange{color:#f59e0b;font-weight:500}.text-gray{color:#666}.footer-link{display:block;text-align:left;margin-top:10px;color:#d32f2f;text-decoration:underline;cursor:pointer;font-size:14px}
