@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";@font-face{font-family:Cofo Sans;src:url(/fonts/cofo-sans-pro-arabic-regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Cofo Sans;src:url(/fonts/cofo-sans-pro-arabic-medium.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Cofo Sans;src:url(/fonts/cofo-sans-pro-arabic-bold.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Cofo Sans;src:url(/fonts/cofo-sans-pro-arabic-black.ttf)format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Cofo Sans;src:url(/fonts/cofo-sans-pro-arabic-light.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Cofo Sans;src:url(/fonts/cofo-sans-pro-arabic-thin.ttf)format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Cofo Sans;src:url(/fonts/cofo-sans-pro-arabic-hairline.ttf)format("truetype");font-weight:100;font-style:normal}:root{font-family:Cofo Sans,Plus Jakarta Sans,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.6}html[lang=he],html[dir=rtl]{font-family:Cofo Sans,Heebo,Rubik,Noto Sans Hebrew,Segoe UI,Arial,sans-serif}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text-primary);background-color:var(--bg-light);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}html{height:100%;overflow:hidden}body{min-width:320px;height:100%;margin:0;overflow:hidden}h1{color:var(--text-primary);letter-spacing:-.025em;margin:0;font-size:1.875rem;font-weight:700}h2{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.8125rem;font-weight:600}h3{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;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}}select{appearance:none;width:100%;color:var(--text-primary);background-color:var(--bg-white,#fff);border:1px solid var(--border,#e2e8f0);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px;border-radius:8px;padding:.75rem 2.5rem .75rem 1rem;font-family:inherit;font-size:.9375rem;transition:all .2s}select:hover{border-color:var(--primary,#25d366)}select:focus{border-color:var(--primary,#25d366);outline:none;box-shadow:0 0 0 3px #25d3661a}select:disabled{background-color:var(--bg-light,#f8fafc);color:var(--text-muted,#94a3b8);cursor:not-allowed}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--bg-white,#fff);border-radius:16px;width:90%;max-width:480px;animation:.3s slideUp;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid var(--border,#e2e8f0);justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.modal-header h2{color:var(--text-primary,#1e293b);text-transform:none;letter-spacing:normal;margin:0;font-size:1.25rem;font-weight:700}.modal-body{padding:1.5rem}.modal-body label{color:var(--text-secondary,#64748b);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.modal-body input{border:1px solid var(--border,#e2e8f0);background:var(--bg-light,#f8fafc);box-sizing:border-box;border-radius:8px;width:100%;padding:.875rem 1rem;font-size:.9375rem;transition:all .2s}.modal-body input:focus{border-color:var(--primary,#25d366);background:var(--bg-white,#fff);outline:none;box-shadow:0 0 0 3px #25d3661a}.modal-footer{justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem 1.5rem;display:flex}.btn-icon{background:var(--bg-light,#f8fafc);border:1px solid var(--border,#e2e8f0);cursor:pointer;width:36px;height:36px;color:var(--text-secondary,#64748b);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.btn-icon svg{width:20px;height:20px;stroke:var(--text-secondary,#64748b)}.btn-icon:hover{color:#dc2626;background:#fee2e2;border-color:#fecaca}.btn-icon:hover svg{stroke:#dc2626}.btn-secondary{background:var(--bg-light,#f8fafc);color:var(--text-secondary,#64748b);border:1px solid var(--border,#e2e8f0);cursor:pointer;border-radius:8px;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;transition:all .2s}.btn-secondary:hover{background:var(--bg-white,#fff);border-color:var(--text-muted,#94a3b8);color:var(--text-primary,#1e293b)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}code{background:var(--bg-light,#f1f5f9);color:var(--text-primary,#1e293b);border-radius:4px;padding:.125rem .375rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875em}[dir=rtl] code,[dir=rtl] .mono,[dir=rtl] pre{text-align:left;direction:ltr;unicode-bidi:embed}[dir=rtl] .modal-footer{flex-direction:row-reverse;justify-content:flex-end}[dir=rtl] select{background-position:.75rem;padding:.75rem 1rem .75rem 2.5rem}[dir=rtl] .modal-body input,[dir=rtl] .modal-body textarea,[dir=rtl] input[type=text],[dir=rtl] input[type=url],[dir=rtl] input[type=password],[dir=rtl] input[type=number],[dir=rtl] textarea{text-align:right}[dir=rtl] input[type=url],[dir=rtl] input[type=email],[dir=rtl] input[type=tel]{text-align:left;direction:ltr}[dir=rtl] .page-header__top{flex-direction:row-reverse}[dir=rtl] .toast-container{left:1rem;right:auto}.toast-container{z-index:9999;flex-direction:column;gap:.75rem;max-width:400px;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast{background:#fff;border-left:4px solid;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;animation:.3s ease-out slideIn;display:flex;box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-success{border-color:#22c55e}.toast-success .toast-icon{color:#22c55e}.toast-error{border-color:#ef4444}.toast-error .toast-icon{color:#ef4444}.toast-warning{border-color:#f59e0b}.toast-warning .toast-icon{color:#f59e0b}.toast-info{border-color:#3b82f6}.toast-info .toast-icon{color:#3b82f6}.toast-icon{flex-shrink:0;margin-top:2px}.toast-content{flex:1;min-width:0}.toast-title{color:#1e293b;font-size:.9375rem;font-weight:600;line-height:1.4}.toast-message{color:#64748b;margin-top:.25rem;font-size:.8125rem;line-height:1.5}.toast-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex}.toast-close:hover{color:#475569;background:#f1f5f9}.modal.action-modal{border-radius:16px;width:90%;max-width:560px;transition:max-width .3s;overflow:hidden;box-shadow:0 20px 50px #00000026,inset 0 1px #ffffff1a}.modal.action-modal.otp-modal{max-width:640px}.modal.action-modal.glassmorphic{-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #e2e8f0cc}[data-theme=dark] .modal.action-modal.glassmorphic{background:#1e293bd9;border:1px solid #334155cc;box-shadow:0 20px 50px #00000059,inset 0 1px #ffffff0d}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .modal.action-modal.glassmorphic{background:#1e293bd9;border:1px solid #334155cc;box-shadow:0 20px 50px #00000059,inset 0 1px #ffffff0d}}.modal-title-group{flex-direction:column;gap:.25rem;display:flex}.modal-title-group h2{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700}.full-page-link{color:var(--primary);align-items:center;gap:.25rem;width:fit-content;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.full-page-link:hover{color:var(--primary-hover);text-decoration:none}.full-page-link svg{transition:transform .2s}.full-page-link:hover svg{transform:translate(2px,-2px)}[dir=rtl] .full-page-link:hover svg{transform:translate(-2px,-2px)}.close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.close-btn:hover{background:var(--bg-light);color:var(--text-primary)}.modal-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.8125rem;font-weight:600;display:block}.form-group input[type=text],.form-group input[type=number],.form-group input[type=url],.form-group select,.form-group textarea{border:1px solid var(--border);background:var(--bg-white);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #25d36626}.form-group textarea{resize:vertical}.form-group .hint{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.form-group .error-message{color:var(--error);align-items:center;gap:.5rem;margin-top:.25rem;font-size:.75rem;font-weight:500;display:flex}.toggle-group{background:var(--bg-light);border:1px solid var(--border);border-radius:8px;gap:.25rem;padding:4px;display:flex}.toggle-group button{color:var(--text-secondary);cursor:pointer;text-align:center;background:0 0;border:none;border-radius:6px;flex:1;padding:.5rem;font-size:.75rem;font-weight:600;transition:all .2s}.toggle-group button:hover{color:var(--text-primary);background:#00000005}[data-theme=dark] .toggle-group button:hover{background:#ffffff05}.toggle-group button.active{background:var(--bg-white);color:var(--primary);box-shadow:var(--shadow-sm)}[data-theme=dark] .toggle-group button.active{box-shadow:0 1px 2px #00000040}.toggle-group.message-types-toggle{flex-wrap:wrap}.toggle-group.message-types-toggle button{flex:calc(20% - .25rem);min-width:60px}.checkbox-group{margin-top:.25rem}.checkbox-label{cursor:pointer;align-items:center;gap:.5rem;font-weight:500!important;display:flex!important}.checkbox-label input[type=checkbox]{border:1px solid var(--border);cursor:pointer;width:16px;height:16px;accent-color:var(--primary);border-radius:4px}.variables-section{background:#25d36608;border:1px solid #25d3661f;border-radius:10px;padding:1rem}[data-theme=dark] .variables-section{background:#25d3660d;border-color:#25d36626}.variables-section-title{text-transform:uppercase;color:var(--primary);letter-spacing:.05em;border-bottom:1px solid #25d3661a;margin-bottom:.75rem;padding-bottom:.375rem;font-size:.75rem;font-weight:700}.variables-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (width<=480px){.variables-grid{grid-template-columns:1fr}}.template-preview-box{background:#efeae2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23e5ddd5' fill-opacity='0.4'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8h4v-4h-4v4zm40 40h4v-4h-4v4z'/%3E%3C/g%3E%3C/svg%3E");border:1px solid #e1d9d1;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}[data-theme=dark] .template-preview-box{background:#0b141a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%231f2c34' fill-opacity='0.35'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8h4v-4h-4v4zm40 40h4v-4h-4v4z'/%3E%3C/g%3E%3C/svg%3E");border-color:#222e35}.preview-label{text-transform:uppercase;color:#128c7e;letter-spacing:.04em;font-size:.725rem;font-weight:700}[data-theme=dark] .preview-label{color:#00a884}.preview-content{color:#111b21;word-break:break-word;background:#fff;border-radius:0 8px 8px;width:fit-content;max-width:90%;padding:.75rem 1rem;font-size:.875rem;line-height:1.4;position:relative;box-shadow:0 1px 2px #0000001a}[dir=rtl] .preview-content{border-top-left-radius:8px;border-top-right-radius:0;margin-right:auto}[data-theme=dark] .preview-content{color:#e9edef;background:#1f2c34;box-shadow:0 1px 2px #00000040}.advanced-accordion{border:1px solid var(--border);background:var(--bg-light);border-radius:10px;overflow:hidden}.accordion-header{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:0;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8125rem;font-weight:600;transition:background .2s;display:flex}[dir=rtl] .accordion-header{text-align:right}.accordion-header:hover{background:#00000005}[data-theme=dark] .accordion-header:hover{background:#ffffff05}.accordion-header svg:first-child{color:var(--text-muted)}.accordion-header .arrow-icon{color:var(--text-muted);margin-left:auto;transition:transform .2s}[dir=rtl] .accordion-header .arrow-icon{margin-left:0;margin-right:auto;transform:rotate(180deg)}.accordion-header .arrow-icon.open,[dir=rtl] .accordion-header .arrow-icon.open{transform:rotate(90deg)}.accordion-content{border-top:1px solid var(--border);background:var(--bg-white);flex-direction:column;gap:1rem;padding:1rem;display:flex}.grid-2{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (width<=480px){.grid-2{grid-template-columns:1fr}}.response-preview-card{border:1px solid var(--border);border-radius:10px;margin-top:.5rem;overflow:hidden}.response-preview-card.success{background:#22c55e0a;border-color:#22c55e4d}.response-preview-card.failed{background:#ef44440a;border-color:#ef44444d}.response-header{border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.025em;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8125rem;font-weight:700;display:flex}.response-preview-card.success .response-header{color:#16a34a;border-bottom-color:#22c55e26}.response-preview-card.failed .response-header{color:#dc2626;border-bottom-color:#ef444426}.response-body{padding:1rem}.response-info{color:var(--text-secondary);flex-direction:column;gap:.5rem;font-size:.8125rem;display:flex}.response-info strong{color:var(--text-primary);font-weight:600}.response-info code{font-size:.75rem}.response-info.error{color:#ef4444}.text-success{color:#22c55e}.text-danger{color:#ef4444}.otp-simulated-box{color:var(--text-secondary);background:#25d3660f;border:1px dashed #25d3664d;border-radius:6px;margin-top:.5rem;padding:.625rem;font-size:.75rem}.otp-simulated-box a{color:var(--primary);font-weight:700}.modal-warning-panel{text-align:center;background:#f59e0b08;border:1px dashed #f59e0b40;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;margin:.5rem 0;padding:2.5rem 1.5rem;display:flex}[data-theme=dark] .modal-warning-panel{background:#f59e0b0d;border-color:#f59e0b40}.modal-warning-panel .warning-icon{color:#f59e0b;margin-bottom:1rem;animation:2s infinite pulse-warn}@keyframes pulse-warn{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.modal-warning-panel h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.modal-warning-panel p{color:var(--text-secondary);max-width:320px;margin:0 0 1.5rem;font-size:.875rem;line-height:1.4}.modal-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}[dir=rtl] .modal-actions{flex-direction:row-reverse}.modal-actions .btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.modal-actions .btn.primary{background:var(--primary);color:#fff}.modal-actions .btn.primary:hover:not(:disabled){background:var(--primary-hover)}.modal-actions .btn.primary:disabled{background:var(--text-muted);opacity:.6;cursor:not-allowed}.modal-actions .btn.secondary{background:var(--bg-light);color:var(--text-secondary);border-color:var(--border)}.modal-actions .btn.secondary:hover:not(:disabled){background:var(--bg-white);border-color:var(--text-muted);color:var(--text-primary)}.layout{height:100%;display:flex}.sidebar{background:var(--bg-white);border-right:1px solid var(--border);z-index:100;flex-direction:column;width:280px;height:100vh;transition:width .3s,transform .3s;display:flex;position:fixed}.sidebar.collapsed{width:72px}.sidebar-header{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;min-height:72px;padding:1.5rem;display:flex}.sidebar.collapsed .sidebar-header{justify-content:center;padding:1.5rem 1rem}.sidebar-logo{object-fit:contain;flex-shrink:0;width:28px;height:28px}.mobile-brand .sidebar-logo{width:24px;height:24px}.sidebar-brand{white-space:nowrap;flex-direction:column;display:flex;overflow:hidden}.brand-name{color:var(--text-primary);letter-spacing:-.01em;font-size:1.125rem;font-weight:800}.brand-subtitle{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.7rem;font-weight:500}.collapse-toggle{background:var(--bg-white);border:1px solid var(--border);cursor:pointer;width:28px;height:28px;color:var(--text-secondary);z-index:101;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:absolute;top:36px;right:-14px;box-shadow:0 2px 8px #0000001a}.collapse-toggle:hover{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 4px 12px #25d3664d}.collapse-toggle svg{width:16px;height:16px}.sidebar.collapsed .collapse-toggle{right:-14px}.sidebar-nav{flex-direction:column;flex:1;gap:1.25rem;padding:1.25rem .75rem;display:flex;overflow-y:auto}.sidebar.collapsed .sidebar-nav{gap:.5rem;padding:1.25rem .5rem}.nav-section{flex-direction:column;gap:.35rem;display:flex}.nav-section-title{color:var(--text-muted,#94a3b8);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem;padding:0 .875rem;font-size:.65rem;font-weight:700}.nav-section-divider{background:var(--border,#e2e8f0);height:1px;margin:.5rem}.nav-section:first-child .nav-section-divider{display:none}.nav-section-items{flex-direction:column;gap:.25rem;display:flex}.nav-item-collapsed{width:42px;height:42px;color:var(--text-secondary,#64748b);border-radius:10px;justify-content:center;align-items:center;margin:.25rem auto;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.nav-item-collapsed:hover{background:var(--bg-light,#f8fafc);color:var(--text-primary,#1e293b);transform:scale(1.05)}.nav-item-collapsed.active{color:var(--primary,#25d366);background:#25d3661a;box-shadow:0 0 0 1px #25d36633}.nav-card{background:var(--bg-card,#f8fafc80);border:1px solid var(--border,#e2e8f0cc);border-radius:12px;flex-direction:column;margin-bottom:.25rem;padding:.875rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #00000003}[data-theme=dark] .nav-card{background:#1e293b59;border-color:#33415573}.nav-card:hover{background:var(--bg-card-hover,#f8fafcf2);border-color:#25d36666;transform:translateY(-2px);box-shadow:0 4px 12px #00000008}[data-theme=dark] .nav-card:hover{background:#1e293b99;border-color:#25d36666;box-shadow:0 4px 16px #0003}.nav-card.active{border-color:var(--primary,#25d366);box-shadow:0 0 0 1px var(--primary,#25d366), 0 4px 16px #25d3661a;background:#25d3660a}[data-theme=dark] .nav-card.active{background:#25d3660f}.nav-card-header{align-items:center;gap:.6rem;margin-bottom:.35rem;display:flex}.nav-card-icon{color:var(--text-secondary,#64748b);flex-shrink:0;transition:color .2s}.nav-card.active .nav-card-icon{color:var(--primary,#25d366)}.nav-card-title{color:var(--text-primary,#1e293b);white-space:nowrap;font-size:.85rem;font-weight:700;transition:color .2s}.nav-card.active .nav-card-title{color:var(--primary,#25d366)}.nav-card-desc{color:var(--text-muted,#94a3b8);text-align:left;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:32px;margin:0 0 .75rem;font-size:.725rem;font-weight:400;line-height:1.35;transition:color .2s;display:-webkit-box;overflow:hidden}[dir=rtl] .nav-card-desc{text-align:right}.nav-card.active .nav-card-desc{color:var(--text-secondary,#64748b)}.nav-card-action{width:100%;display:flex}.nav-card-btn-text{background:var(--bg-white,#fff);border:1px solid var(--border,#e2e8f0);width:100%;color:var(--text-secondary,#64748b);letter-spacing:.02em;border-radius:8px;justify-content:center;align-items:center;padding:.45rem .75rem;font-size:.75rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}[data-theme=dark] .nav-card-btn-text{background:#0f172a66;border-color:#33415580}.nav-card:hover .nav-card-btn-text{color:var(--primary,#25d366);background:#25d3660f;border-color:#25d3664d}.nav-card.active .nav-card-btn-text{background:var(--primary,#25d366);border-color:var(--primary,#25d366);color:#fff;box-shadow:0 2px 8px #25d36640}.sidebar-footer{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.sidebar.collapsed .sidebar-footer{padding:.75rem .5rem}.theme-toggle-btn{color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:.75rem;padding:.6rem .9rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;overflow:hidden}.sidebar.collapsed .theme-toggle-btn,.sidebar.collapsed .logout-btn{justify-content:center;padding:.6rem}.theme-toggle-btn:hover{background:var(--bg-light);color:var(--text-primary)}.logout-btn{color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;white-space:nowrap;background:0 0;align-items:center;gap:.75rem;padding:.6rem .9rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;overflow:hidden}.logout-btn:hover{color:#dc2626;background:#fee2e2;border-color:#fecaca}.main-content{background:var(--bg-light);flex:1;width:calc(100% - 280px);height:100%;margin-left:280px;transition:margin-left .3s,width .3s;overflow:hidden auto}.main-content.expanded{width:calc(100% - 72px);margin-left:72px}.mobile-header,.sidebar-overlay{display:none}@media (width<=767px){.mobile-header{background:var(--bg-white);border-bottom:1px solid var(--border);z-index:90;justify-content:space-between;align-items:center;height:56px;padding:0 1rem;display:flex;position:fixed;top:0;left:0;right:0}.mobile-menu-btn{width:40px;height:40px;color:var(--text-primary);cursor:pointer;border-radius:var(--radius);border:none;justify-content:center;align-items:center;padding:0;transition:background .2s;display:flex;background:0 0!important}.mobile-menu-btn svg{color:var(--text-primary);stroke:var(--text-primary)}.mobile-menu-btn:hover{background:var(--bg-light)!important}.mobile-brand{align-items:center;gap:.5rem;display:flex}.mobile-brand .brand-name{font-size:1rem}.sidebar.mobile{width:280px;transform:translate(-100%);box-shadow:2px 0 20px #0000001a}.sidebar.mobile.open{transform:translate(0)}.sidebar-overlay{z-index:95;background:#00000080;animation:.2s fadeIn;display:block;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.main-content.mobile{-webkit-overflow-scrolling:touch;width:100%;height:100vh;margin-left:0;padding-top:56px;overflow-y:auto}.collapse-toggle{display:none}}[dir=rtl] .sidebar{border-right:none;border-left:1px solid var(--border)}[dir=rtl] .collapse-toggle{left:-14px;right:auto}[dir=rtl] .collapse-toggle svg{transform:scaleX(-1)}[dir=rtl] .main-content{margin-left:0;margin-right:280px;transition:margin-right .3s,width .3s}[dir=rtl] .main-content.expanded{margin-right:72px}@media (width<=768px){[dir=rtl] .main-content,[dir=rtl] .main-content.mobile{margin-right:0}}.nav-sub-items{flex-direction:column;gap:.25rem;margin-top:.35rem;margin-bottom:.5rem;padding-left:.75rem;animation:.25s ease-out slideDownSubItems;display:flex}@keyframes slideDownSubItems{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav-sub-item{color:var(--text-secondary,#64748b);background:0 0;border-left:2px solid #0000;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.775rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-sub-item:hover{background:var(--bg-light,#f1f5f999);color:var(--text-primary,#1e293b);border-left-color:var(--border,#cbd5e1)}[data-theme=dark] .nav-sub-item:hover{color:var(--text-primary,#f1f5f9);background:#1e293b66}.nav-sub-item.active{color:var(--primary,#25d366);border-left-color:var(--primary,#25d366);background:#25d3660f;font-weight:600}.nav-sub-icon{color:var(--text-muted,#94a3b8);flex-shrink:0;transition:color .2s}.nav-sub-item:hover .nav-sub-icon{color:var(--text-secondary,#64748b)}.nav-sub-item.active .nav-sub-icon{color:var(--primary,#25d366)}[dir=rtl] .nav-sub-items{padding-left:0;padding-right:.75rem}[dir=rtl] .nav-sub-item{border-left:none;border-right:2px solid #0000}[dir=rtl] .nav-sub-item:hover{border-right-color:var(--border,#cbd5e1)}[dir=rtl] .nav-sub-item.active{border-right-color:var(--primary,#25d366)}.nav-card.locked,.nav-item-collapsed.locked,.nav-sub-item.locked{opacity:.45;cursor:not-allowed;filter:grayscale();pointer-events:none}.nav-card.locked:hover,.nav-item-collapsed.locked:hover,.nav-sub-item.locked:hover{background:var(--bg-card,#f8fafc80)!important;border-color:var(--border,#e2e8f0cc)!important;box-shadow:none!important;transform:none!important}:root{--primary:#25d366;--primary-hover:#1da851;--bg-light:#f8fafc;--bg-white:#fff;--bg-card:#fff;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border:#e2e8f0;--error:#ef4444;--success:#22c55e;--warning:#f59e0b;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius:10px}[data-theme=dark]{--bg-light:#0f172a;--bg-white:#1e293b;--bg-card:#1e293b;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#64748b;--border:#334155;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0000004d, 0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -4px #0006}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg-light:#0f172a;--bg-white:#1e293b;--bg-card:#1e293b;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#64748b;--border:#334155;--shadow-sm:0 1px 2px 0 #0000004d;--shadow-md:0 4px 6px -1px #0000004d, 0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -4px #0006}}*{box-sizing:border-box}#root{height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-light);color:var(--text-primary);margin:0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}button{font-family:inherit}input,select,textarea{background:var(--bg-white);color:var(--text-primary);border-color:var(--border);font-family:inherit}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}
