@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=JetBrains+Mono:wght@400&family=Playfair+Display:ital@1&family=Tajawal:wght@400;500;700;800;900&family=Cairo:wght@400;600;700;800&display=swap";:root{--primary: #0F172A;--on-primary: #FFFFFF;--secondary: #334155;--accent: #0369A1;--accent-light: #0EA5E9;--accent-grad: linear-gradient(135deg, #0369A1, #0EA5E9);--bg: #F8FAFC;--bg-card: #FFFFFF;--bg-alt: #F1F5F9;--text: #020617;--text-muted: #64748B;--border: #E2E8F0;--border-strong: #CBD5E1;--success: #10B981;--danger: #EF4444;--warning: #F59E0B;--radius-sm: 8px;--radius: 14px;--radius-lg: 20px;--shadow: 0 2px 12px rgba(15,23,42,.08);--shadow-lg: 0 8px 32px rgba(15,23,42,.12);font-family:Inter,Tajawal,ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--text);background:var(--bg)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100dvh;-webkit-font-smoothing:antialiased;direction:rtl}.app{display:flex;min-height:100dvh}.sidebar{width:420px;min-width:420px;background:var(--bg-card);border-left:1px solid var(--border);padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.sidebar-header{display:flex;align-items:center;gap:.6rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.sidebar-header h1{font-size:1.15rem;font-weight:800;color:var(--primary);letter-spacing:-.02em}.sidebar-header .logo-icon{width:32px;height:32px;background:var(--accent-grad);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.85rem}.field-group{display:flex;flex-direction:column;gap:.35rem}.field-group label{font-size:.78rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.field-group input,.field-group textarea,.field-group select{padding:.65rem .9rem;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s;width:100%;resize:vertical}.field-group input:focus,.field-group textarea:focus,.field-group select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0369a126}.field-group textarea{min-height:60px}.color-row{display:flex;gap:.5rem;flex-wrap:wrap}.color-swatch{width:32px;height:32px;border-radius:50%;cursor:pointer;border:2.5px solid transparent;transition:transform .15s,border-color .2s}.color-swatch:hover{transform:scale(1.12)}.color-swatch.active{border-color:var(--primary);transform:scale(1.12)}.preview-area{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bg-alt);position:relative;overflow:hidden}.preview-area:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(3,105,161,.06),transparent 70%);top:-100px;left:-100px;pointer-events:none}.preview-area:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,233,.05),transparent 70%);bottom:-80px;right:-80px;pointer-events:none}.poster-frame{position:relative;width:500px;height:700px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column;transition:width .3s,height .3s;direction:ltr}.poster-frame.portrait{width:500px;height:700px}.poster-frame.landscape{width:700px;height:500px}.poster-frame.square{width:600px;height:600px}.poster-frame.a3{width:560px;height:790px}.poster-frame.a2{width:660px;height:930px}.poster-header{padding:2rem 2rem 1rem;position:relative;flex-shrink:0}.poster-badge{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;padding:.2rem .6rem;border-radius:4px;margin-bottom:.75rem}.poster-title{font-weight:900;line-height:1.1;margin:0;letter-spacing:-.03em}.poster-subtitle{font-weight:400;line-height:1.4;margin-top:.5rem}.poster-body{flex:1;padding:0 2rem;position:relative}.poster-body p{margin-bottom:.6rem}.poster-footer{padding:1rem 2rem;flex-shrink:0;font-size:.75rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(0,0,0,.06)}.poster-decoration{position:absolute;pointer-events:none}.poster-decoration.top-right{top:-30px;right:-30px;width:120px;height:120px;border-radius:50%;opacity:.08}.poster-decoration.bottom-left{bottom:-20px;left:-20px;width:80px;height:80px;border-radius:50%;opacity:.06}.action-bar{display:flex;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--border);flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;cursor:pointer;border:none;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,opacity .15s;font-family:inherit}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--accent-grad);color:#fff;box-shadow:0 4px 16px #0369a14d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #0369a173}.btn-ghost{border:1.5px solid var(--border);color:var(--text);background:var(--bg)}.btn-ghost:hover:not(:disabled){background:var(--border)}.btn-full{width:100%}.size-pills{display:flex;gap:.4rem;flex-wrap:wrap}.size-pill{padding:.35rem .75rem;border-radius:999px;font-size:.78rem;font-weight:600;cursor:pointer;border:1.5px solid var(--border);background:var(--bg);transition:all .2s;font-family:inherit}.size-pill:hover{border-color:var(--accent)}.size-pill.active{background:var(--accent);color:#fff;border-color:var(--accent)}.toast-wrap{position:fixed;bottom:1.5rem;left:1.5rem;z-index:100;display:flex;flex-direction:column;gap:.5rem}.toast{padding:.75rem 1.25rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;box-shadow:var(--shadow-lg);animation:fadeUp .3s ease}.toast.success{background:#10b98126;border:1px solid rgba(16,185,129,.3);color:var(--success)}.toast.error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:var(--danger)}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.fade-up{animation:fadeUp .5s ease forwards}@media print{.app{display:block}.sidebar{display:none}.preview-area{padding:0;background:#fff}.poster-frame{box-shadow:none;border-radius:0}}.empty-poster{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center;color:var(--text-muted);gap:1rem}.empty-poster svg{opacity:.4}@media (max-width: 900px){.app{flex-direction:column}.sidebar{width:100%;min-width:unset;border-left:none;border-bottom:1px solid var(--border);max-height:50vh}.preview-area{padding:1.5rem}.poster-frame{max-width:100%;height:auto;aspect-ratio:5/7}.poster-frame.landscape{aspect-ratio:7/5}.poster-frame.square{aspect-ratio:1/1}.poster-frame.a3{aspect-ratio:560/790}.poster-frame.a2{aspect-ratio:660/930}}
