@import"https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700;800&family=Rubik:wght@500;700&display=swap";.app-shell{width:min(1260px,100%);margin-inline:auto;min-height:100vh;padding:1.2rem;display:grid;gap:1rem;align-content:start}.skip-link{position:absolute;top:-44px;right:1rem;background:#0f4f69;color:#fff;padding:.55rem .85rem;border-radius:10px;text-decoration:none;font-weight:700;z-index:200}.skip-link:focus-visible{top:.8rem}.app-shell__header{background:linear-gradient(150deg,#ffffffed,#f2f9ffed);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);padding:.85rem 1rem;display:grid;grid-template-columns:auto 1fr auto;gap:.8rem;align-items:center}.app-shell__identity{display:flex;align-items:center;gap:.8rem}.app-shell__brand{margin:0;width:52px;height:52px;border-radius:16px;display:grid;place-items:center;font-family:Rubik,sans-serif;font-weight:700;color:#fff;background:linear-gradient(145deg,var(--brand-700),var(--brand-500))}.app-shell__identity h1{margin:0;font-size:1rem;font-family:Rubik,sans-serif}.app-shell__identity p{margin:.1rem 0 0;color:var(--ink-700);font-size:.92rem}.app-shell__nav{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.app-shell__link{display:inline-flex;min-height:44px;align-items:center;padding:0 .9rem;border-radius:999px;text-decoration:none;border:1px solid #d2e4f0;background:#eff7fd;color:var(--ink-700);font-weight:700}.app-shell__link:hover{background:#e3f3ff}.app-shell__link--active{color:#fff;border-color:transparent;background:linear-gradient(145deg,var(--brand-700),var(--brand-500))}.app-shell__logout{min-height:44px;border-radius:999px;padding:0 .9rem;border:1px solid #dfc3c3;background:#fff3f3;color:#b14848;font-weight:700}.app-shell__content{display:grid;gap:1rem;padding-bottom:5.75rem}@media(max-width:980px){.app-shell__header{grid-template-columns:1fr;justify-items:start}.app-shell__nav{width:100%;justify-content:start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.2rem}.app-shell__link{flex:0 0 auto}}:root{--bg-top: #e9f9ff;--bg-mid: #f5fbff;--bg-base: #fefefe;--ink-900: #123145;--ink-700: #2f556a;--ink-500: #5d7d8f;--surface: #ffffff;--surface-strong: #f8fcff;--surface-muted: #eef6fb;--line: #d4e6f2;--brand-700: #0b688a;--brand-600: #1287b4;--brand-500: #17a4cf;--accent-500: #f0a93e;--accent-600: #de8f18;--danger-500: #bb3f3f;--success-600: #1f8b52;--shadow-soft: 0 16px 40px rgba(26, 86, 117, .12);--radius-xl: 24px;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 10px}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{color:var(--ink-900);font-family:Assistant,sans-serif;line-height:1.55;background:radial-gradient(1200px 600px at 95% -10%,#95e8ff66 0%,transparent 60%),radial-gradient(900px 500px at 10% -10%,#ffdca466 0%,transparent 55%),linear-gradient(145deg,var(--bg-top),var(--bg-mid) 40%,var(--bg-base));text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer;touch-action:manipulation}:focus-visible{outline:3px solid #2a9bcc;outline-offset:2px}.app-loader{min-height:100vh;display:grid;place-items:center;gap:.75rem;color:var(--ink-700)}.app-loader__dot{width:52px;height:52px;border-radius:999px;border:4px solid #79c9e44d;border-top-color:var(--brand-600);animation:rotate .8s linear infinite}.auth-page{min-height:100vh;padding:1.5rem;display:grid;place-items:center}.auth-card{width:min(100%,540px);background:linear-gradient(160deg,#ffffffef,#f4fbffef 70%);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);padding:2rem;animation:rise-in .28s ease-out}.auth-card__eyebrow{margin:0;color:var(--brand-600);font-family:Rubik,sans-serif;letter-spacing:.08em;font-size:.86rem}.auth-card h1{margin:.3rem 0 0;font-family:Rubik,sans-serif;font-size:clamp(1.8rem,2.6vw,2.2rem)}.auth-card__subtext{margin-top:.4rem;color:var(--ink-700)}.auth-form{margin-top:1.3rem;display:grid;gap:.75rem}.auth-form label{font-weight:700;color:var(--ink-900)}.auth-form input{min-height:46px;border-radius:var(--radius-sm);border:1px solid var(--line);padding:.65rem .75rem;background:#fff}.auth-form__checkbox{display:flex;gap:.5rem;align-items:center;font-weight:600}.auth-form button{min-height:46px;border:0;border-radius:var(--radius-sm);background:linear-gradient(140deg,var(--brand-700),var(--brand-500));color:#fff;font-weight:700}.auth-form button:disabled{opacity:.75;cursor:not-allowed}.auth-card__error{color:var(--danger-500);font-weight:600;margin:.75rem 0 0}.auth-card__quick-actions{margin-top:1.2rem;display:flex;gap:.65rem}.auth-card__quick-actions button{min-height:44px;border-radius:999px;border:1px solid #9ecde1;background:#ecf8ff;color:var(--ink-900);font-weight:700;padding:0 1rem}.page-grid{display:grid;gap:1rem}.surface-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:1rem}.section-title{margin:0;font-family:Rubik,sans-serif;font-size:1.35rem}.section-subtitle{margin:.35rem 0 0;color:var(--ink-700)}.form-grid{display:grid;gap:.8rem}.form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:.3rem}.field label{font-weight:700}.field input,.field textarea,.field select{min-height:44px;border-radius:var(--radius-sm);border:1px solid var(--line);background:#fff;padding:.6rem .7rem;color:var(--ink-900)}.field textarea{min-height:140px;resize:vertical}.field__hint{color:var(--ink-500);font-size:.9rem}.field__error{color:var(--danger-500);font-weight:600;font-size:.9rem}.advanced-settings{border:1px dashed #b9d5e6;border-radius:var(--radius-sm);padding:.65rem;background:#f7fbff}.advanced-settings__toggle-row{margin-bottom:.45rem}.auth-local-panel{margin-top:1rem}.auth-local-panel__body{margin-top:.55rem}.rich-editor{border:1px solid #c6ddec;border-radius:12px;background:linear-gradient(170deg,#fff,#f7fbff);box-shadow:0 12px 26px #0c4e6a1a;overflow:hidden}.rich-editor__toolbar-shell{position:sticky;top:0;z-index:5;background:#f4f9fd;border-bottom:1px solid #dceaf4}.rich-editor__toolbar{display:flex;flex-wrap:wrap;gap:.55rem;padding:.6rem .65rem .5rem;align-items:center}.rich-editor__toolbar-row{display:flex;flex-wrap:wrap;gap:.45rem;padding:.2rem .65rem .6rem;border-top:1px dashed #d8e7f2}.rich-editor__toolbar-row--secondary{background:#f8fcff}.rich-editor__toolbar-group{display:inline-flex;align-items:center;gap:.35rem;padding-inline-end:.55rem;border-inline-end:1px solid #dceaf4}.rich-editor__toolbar-group:last-child{border-inline-end:0;padding-inline-end:0}.rich-editor__toolbar-group--extras{margin-inline-start:auto}.rich-editor__selector{min-height:36px;border-radius:9px;border:1px solid #c6ddec;background:#fff;color:var(--ink-900);padding:0 .55rem;min-width:128px}.rich-editor__selector--compact{min-width:104px}.rich-editor__selector--font{min-width:210px}.rich-editor__selector--size{min-width:90px}.rich-editor__selector--block{min-width:110px}.rich-editor__tool,.rich-editor__text-tool,.rich-editor__mode-toggle,.rich-editor__insert-item{min-height:36px;min-width:36px;border-radius:9px;border:1px solid #c6ddec;background:#fff;color:var(--ink-900);font-weight:700;padding:0;display:inline-flex;align-items:center;justify-content:center}.rich-editor__tool{font-size:.92rem;line-height:1}.rich-editor__tool svg,.rich-editor__text-tool svg,.rich-editor__mode-toggle svg,.rich-editor__insert-item svg{width:18px;height:18px}.rich-editor__text-tool,.rich-editor__insert-item{font-size:.82rem}.rich-editor__mode-toggle{background:#e9f6ff}.rich-editor__tool--active{border-color:transparent;color:#fff;background:linear-gradient(145deg,var(--brand-700),var(--brand-500))}.rich-editor__tool--swatch{min-width:42px}.rich-editor__tool-color{width:19px;height:19px;border-radius:6px;border:1px solid #97b4c7;box-shadow:inset 0 0 0 1px #ffffff8a}.rich-editor__tool:disabled,.rich-editor__text-tool:disabled{opacity:.5;cursor:not-allowed}.rich-editor__tool:hover:not(:disabled):not(.rich-editor__tool--active),.rich-editor__text-tool:hover:not(:disabled):not(.rich-editor__tool--active),.rich-editor__mode-toggle:hover:not(:disabled):not(.rich-editor__tool--active),.rich-editor__insert-item:hover:not(:disabled):not(.rich-editor__tool--active),.rich-editor__selector:hover{background:#eef7fd}.rich-editor__tool--active:hover,.rich-editor__text-tool.rich-editor__tool--active:hover,.rich-editor__mode-toggle.rich-editor__tool--active:hover,.rich-editor__insert-item.rich-editor__tool--active:hover{color:#fff;background:linear-gradient(145deg,var(--brand-700),var(--brand-500))}.rich-editor__color-input-hidden{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.rich-editor__highlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.24rem}.rich-editor__highlight-popover{position:fixed;z-index:280;width:132px;display:grid;gap:.32rem;padding:.34rem;border-radius:10px;border:1px solid #c6ddec;background:#fff;box-shadow:0 12px 24px #0d4d6833}.rich-editor__highlight-cell{width:100%;aspect-ratio:1 / 1;min-height:24px;border-radius:6px;border:1px solid #9ab7c9;padding:0;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease}.rich-editor__highlight-cell:hover,.rich-editor__highlight-cell:focus-visible{transform:translateY(-1px);box-shadow:0 0 0 2px #c9e8f8;outline:none}.rich-editor__highlight-cell--selected{border-color:var(--brand-700);box-shadow:0 0 0 2px var(--brand-700)}.rich-editor__highlight-label{margin:0;min-height:.95rem;text-align:center;font-size:.73rem;font-weight:700;color:var(--ink-700)}.rich-editor__save-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 .5rem;border-radius:999px;font-size:.78rem;font-weight:700;border:1px solid #d2dfeb;color:var(--ink-700);background:#f3f8fc}.rich-editor__save-pill--error{border-color:#f0c8c8;color:var(--danger-500);background:#fff3f3}.rich-editor__canvas-shell{padding:.65rem;background:radial-gradient(700px 300px at 90% -30%,#caeeff66,transparent 70%),radial-gradient(700px 300px at 0% -30%,#ffe9c066,transparent 70%),#f3f9fd}.rich-editor__canvas-page{position:relative;width:100%;min-height:370px;padding:1.2rem;border-radius:12px;border:1px solid #d6e4ef;background:#fff;box-shadow:0 10px 24px #0d4d681a}.rich-editor__surface{min-height:320px;outline:none;line-height:1.5;font-size:16px;color:var(--ink-900)}.rich-editor__surface:empty:before{content:"הקלד כאן את תוכן תיבת המייל...";color:var(--ink-500)}.rich-editor__surface a{color:var(--brand-700)}.rich-editor__empty-state{position:absolute;inset-inline:1.2rem;bottom:1.1rem;border:1px dashed #c2d9e8;border-radius:10px;background:#f7fcff;padding:.65rem .7rem}.rich-editor__empty-state p{margin:0;color:var(--ink-700);font-size:.92rem}.rich-editor__empty-state .btn-row{margin-top:.55rem}.rich-editor__preview-shell{padding:.85rem;background:#f3f9fd;display:grid;justify-items:center}.rich-editor__preview-page{width:min(100%,640px);min-height:370px;border-radius:12px;border:1px solid #d6e4ef;background:#fff;padding:1.2rem;box-shadow:0 10px 24px #0d4d681a}.rich-editor__preview-page--mobile{width:min(100%,360px)}.rich-editor__html-panel{padding:.75rem;background:#f8fbff}.rich-editor__html-warning{margin:0 0 .6rem;border:1px solid #f2dcae;border-radius:10px;background:#fff7e7;color:#7a5a18;padding:.45rem .6rem;font-weight:600}.rich-editor__html{width:100%;border:1px solid #c6ddec;border-radius:10px;min-height:300px;padding:.75rem .8rem;resize:vertical;outline:none;direction:ltr;background:#fff}.btn-row{display:flex;flex-wrap:wrap;gap:.6rem}.btn-primary,.btn-secondary,.btn-danger,.btn-ghost{min-height:44px;border-radius:999px;padding:0 1rem;border:1px solid transparent;font-weight:700}.btn-primary{background:linear-gradient(145deg,var(--brand-700),var(--brand-500));color:#fff}.btn-secondary{background:#e9f7ff;border-color:#9dcfe6;color:var(--ink-900)}.btn-ghost{background:transparent;border-color:var(--line);color:var(--ink-700)}.btn-danger{background:#fff3f3;border-color:#efc6c6;color:var(--danger-500)}.btn-primary:hover:not(:disabled){filter:brightness(1.04)}.btn-secondary:hover:not(:disabled){background:#def2ff}.btn-ghost:hover:not(:disabled){background:#f1f8fd}.btn-danger:hover:not(:disabled){background:#ffe9e9}.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled,.btn-ghost:disabled{opacity:.65;cursor:not-allowed}.pill{display:inline-flex;align-items:center;min-height:30px;padding:0 .75rem;border-radius:999px;border:1px solid transparent;font-weight:700;font-size:.86rem}.pill--success{background:#e5f8ec;border-color:#afe6c2;color:var(--success-600)}.pill--danger{background:#ffecec;border-color:#f4bdbd;color:var(--danger-500)}.pill--neutral{background:#edf5fb;border-color:#c8dbe9;color:var(--ink-700)}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse;min-width:660px}.table th,.table td{text-align:right;padding:.75rem .65rem;border-bottom:1px solid #e4eff7;vertical-align:top}.table th{color:var(--ink-700);font-size:.87rem;font-weight:700;white-space:nowrap}.desktop-only{display:block}.mobile-only{display:none}.mobile-list{display:none;gap:.75rem}.mobile-card{border:1px solid #dcecf7;border-radius:var(--radius-md);padding:.75rem;background:var(--surface-strong)}.mobile-card__header{display:flex;justify-content:space-between;gap:.6rem;align-items:start}.mobile-card__title{margin:0;font-family:Rubik,sans-serif;font-size:1rem}.mobile-card__meta{margin-top:.6rem;display:grid;gap:.35rem;color:var(--ink-700)}.mobile-card__actions{margin-top:.75rem}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.metric-card{border-radius:var(--radius-md);border:1px solid #d5e6f2;background:linear-gradient(165deg,#fff,#f6fbff);padding:.85rem}.metric-card h3{margin:0;font-size:.95rem;color:var(--ink-700)}.metric-card p{margin:.2rem 0 0;font-size:1.45rem;font-weight:800;font-family:Rubik,sans-serif}.metric-card .metric-value--compact{font-size:1rem}.modal-backdrop{position:fixed;inset:0;background:#08273a78;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;padding:1.25rem;z-index:260;overscroll-behavior:contain}.modal-panel{width:min(100%,920px);max-height:calc(100vh - 2.5rem);overflow:auto;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:0 28px 60px #0a33464d;padding:1rem;animation:rise-in .22s ease-out}.modal-panel--sm{width:min(100%,460px)}.modal-panel--md{width:min(100%,640px)}.modal-panel--lg{width:min(100%,920px)}.modal-panel--xl{width:min(100%,1120px)}.modal-backdrop--fullscreen{padding:0;place-items:stretch}.modal-panel--fullscreen{width:100vw;height:100vh;max-height:100vh;border-radius:0;border:0;box-shadow:none;padding:.9rem 1rem}.modal-panel__header{display:grid;gap:.35rem}.modal-panel__description{margin:0}.modal-panel__body{margin-top:.9rem}.modal-panel__footer{margin-top:1rem}.chatbot{position:fixed;bottom:1.2rem;left:1.2rem;z-index:180}.chatbot__toggle{min-height:52px;border-radius:999px;padding:0 1rem;border:0;background:linear-gradient(140deg,var(--brand-700),var(--brand-500));color:#fff;font-weight:800;box-shadow:0 12px 25px #11608059}.chatbot--hidden{visibility:hidden;pointer-events:none}.chatbot__panel{margin-top:.7rem;width:min(92vw,360px);background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);display:grid;grid-template-rows:auto minmax(120px,320px) auto}.chatbot__header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e7f0f6;padding:.7rem .8rem}.chatbot__header h2{margin:0;font-size:1.06rem}.chatbot__header button{border:0;background:transparent;color:var(--ink-700);font-weight:700}.chatbot__messages{display:grid;gap:.55rem;overflow:auto;padding:.8rem;background:var(--surface-strong)}.chatbot__message{max-width:90%;border-radius:14px;padding:.5rem .65rem}.chatbot__message--assistant{background:#e6f5ff;border:1px solid #bee0f2}.chatbot__message--user{background:#fff6e9;border:1px solid #f2d6a9;justify-self:end}.chatbot__form{display:grid;grid-template-columns:1fr auto;gap:.45rem;border-top:1px solid #e7f0f6;padding:.65rem}.chatbot__form input{min-height:44px;border-radius:10px;border:1px solid var(--line);padding:.4rem .55rem}.chatbot__form button{min-height:44px;border-radius:10px;border:0;background:var(--brand-600);color:#fff;min-width:68px}.chatbot__quick-actions{padding:0 .65rem .65rem}.section-actions{margin-top:.8rem}.section-actions--sm{margin-top:.7rem}.section-actions--tight{margin-top:.4rem}.status-text,.status-line{margin:0;color:var(--ink-700)}.status-line{font-weight:700}.status-line--info{color:var(--ink-700)}.status-line--success{color:var(--success-600)}.status-line--error{color:var(--danger-500)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ltr-text{direction:ltr;unicode-bidi:plaintext;display:inline-block}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rise-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;transition-duration:1ms!important;scroll-behavior:auto!important}}@media(max-width:1100px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.auth-card{padding:1.35rem}.desktop-only{display:none}.mobile-only{display:block}.mobile-list{display:grid}.form-grid--two,.metric-grid{grid-template-columns:minmax(0,1fr)}.chatbot{bottom:max(.7rem,env(safe-area-inset-bottom));left:max(.7rem,env(safe-area-inset-left))}.chatbot__toggle{width:42px;min-height:42px;padding:0;border-radius:999px}.chatbot__toggle span{display:none}.chatbot__toggle:before{content:"AI";font-size:.82rem;font-weight:800}.rich-editor__toolbar{gap:.35rem;padding:.55rem}.rich-editor__toolbar-group{border-inline-end:0;padding-inline-end:0}.rich-editor__selector--font{min-width:170px}.rich-editor__canvas-shell,.rich-editor__preview-shell{padding:.6rem}.rich-editor__canvas-page,.rich-editor__preview-page{min-height:300px;padding:.85rem}.rich-editor__surface{min-height:248px}}
