:root{--primary: #12558a;--primary-2: #1b74b8;--teal: #12a4a4;--bg: #f4f7fb;--surface: #ffffff;--surface-2: #f8fafc;--border: #e3e9f0;--text: #1f2b3a;--muted: #6b7a8d;--gold: #b8901f;--red: #d24b46;--red-soft: #fbecec;--green: #2e7d32;--purple: #7b52ab;--orange: #e08a2b;--radius: 14px;--shadow: 0 1px 3px rgba(18, 45, 78, .08), 0 6px 20px rgba(18, 45, 78, .06);--shadow-sm: 0 1px 2px rgba(18, 45, 78, .1);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans Hebrew,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent}a{color:var(--primary-2);text-decoration:none}button{font-family:inherit}.btn{display:inline-flex;align-items:center;gap:6px;justify-content:center;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:9px 14px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;transition:.15s;white-space:nowrap}.btn:hover{border-color:var(--primary-2)}.btn:active{transform:translateY(1px)}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn.primary:hover{background:var(--primary-2)}.btn.teal{background:var(--teal);border-color:var(--teal);color:#fff}.btn.ghost{background:transparent}.btn.danger{color:var(--red);border-color:#eecaca}.btn.danger:hover{background:var(--red-soft)}.btn.sm{padding:6px 10px;font-size:13px;border-radius:8px}.btn.block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.icon-btn{border:none;background:transparent;cursor:pointer;font-size:17px;color:var(--muted);padding:4px 8px;border-radius:8px}.icon-btn:hover{background:var(--surface-2);color:var(--text)}.app-header{position:sticky;top:0;z-index:40;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.app-header .bar{display:flex;align-items:center;gap:12px;padding:10px 16px;max-width:1180px;margin:0 auto}.brand{display:flex;align-items:center;gap:9px;font-weight:800;color:var(--primary);cursor:pointer}.brand img{height:34px;width:auto;max-width:160px;object-fit:contain}.brand small{display:block;font-weight:500;font-size:11px;color:var(--muted)}.header-search{flex:1;max-width:560px}.header-search input{width:100%;border:1px solid var(--border);border-radius:999px;padding:10px 16px;background:var(--surface-2);font-size:14px;outline:none}.header-search input:focus{border-color:var(--primary-2);background:#fff}.header-actions{display:flex;align-items:center;gap:6px}.user-chip{display:flex;flex-direction:column;align-items:flex-start;font-size:12px;color:var(--muted)}.user-chip b{color:var(--text);font-size:13px}.bsd{position:absolute;top:3px;left:10px;font-size:12px;font-weight:700;color:var(--muted);letter-spacing:.5px}.icon-btn.gear{font-size:20px;color:var(--primary)}.nav{border-top:1px solid var(--border);background:var(--surface);overflow-x:auto}.nav .inner{display:flex;gap:4px;padding:6px 16px;max-width:1180px;margin:0 auto}.nav a{color:var(--muted);padding:7px 12px;border-radius:8px;font-weight:600;font-size:14px;white-space:nowrap}.nav a.active,.nav a:hover{background:#eaf2fa;color:var(--primary)}.container{max-width:1180px;margin:0 auto;padding:18px 16px 80px}.page-title{font-size:20px;font-weight:800;margin:4px 0 16px}.row{display:flex;gap:12px;flex-wrap:wrap}.spacer{flex:1}.muted{color:var(--muted)}.center{text-align:center}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.chip{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:7px 14px;font-size:13px;cursor:pointer;font-weight:600;color:var(--text)}.chip:hover{border-color:var(--primary-2)}.chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.ccard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:10px;cursor:pointer;transition:.15s}.ccard:hover{box-shadow:var(--shadow);border-color:#cfe0ef;transform:translateY(-1px)}.ccard .top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.ccard .name{font-weight:800;font-size:16px;line-height:1.3}.ccard .sub{color:var(--muted);font-size:13px}.ccard .org{font-size:13px;color:var(--primary);font-weight:600}.ccard .tags{display:flex;flex-wrap:wrap;gap:5px}.ccard .actions{display:flex;gap:6px;margin-top:2px}.badge{font-size:11px;padding:2px 8px;border-radius:999px;font-weight:700}.badge.verified{background:#e8f5e9;color:var(--green)}.badge.sensitive{background:var(--red-soft);color:var(--red)}.badge.review{background:#fff6e0;color:#a5760a}.tag{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:700;padding:2px 9px;border-radius:999px;color:#fff;white-space:nowrap}.cview{display:grid;grid-template-columns:1fr;gap:16px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.panel .p-head{padding:16px;border-bottom:1px solid var(--border)}.panel .p-body{padding:16px}.cview h1{font-size:22px;margin:0 0 4px}.cview .meta{color:var(--muted);font-size:14px}.action-bar{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.tabs{display:flex;gap:4px;overflow-x:auto;padding:8px 12px 0;border-bottom:1px solid var(--border)}.tabs button{border:none;background:transparent;padding:9px 12px;cursor:pointer;font-weight:700;color:var(--muted);border-bottom:2px solid transparent;white-space:nowrap;font-size:14px}.tabs button.active{color:var(--primary);border-bottom-color:var(--primary)}.phone-row{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--border)}.phone-row:last-child{border-bottom:none}.phone-row .info{flex:1;min-width:0}.phone-row .num{font-weight:800;font-size:16px;direction:ltr;text-align:right;unicode-bidi:plaintext}.phone-row .lbl{font-size:13px;color:var(--muted)}.phone-row .pactions{display:flex;gap:6px;flex-wrap:wrap}.pill{font-size:11px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted);padding:1px 7px;border-radius:999px}.kv{display:grid;grid-template-columns:140px 1fr;gap:8px 14px}.kv dt{color:var(--muted);font-size:13px}.kv dd{margin:0;font-weight:600}.notes-box{background:var(--surface-2);border:1px dashed var(--border);border-radius:10px;padding:12px;white-space:pre-wrap}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.field{display:flex;flex-direction:column;gap:5px}.field label{font-size:13px;color:var(--muted);font-weight:600}.field input,.field select,.field textarea{border:1px solid var(--border);border-radius:9px;padding:9px 11px;font-size:14px;background:var(--surface);outline:none;font-family:inherit;width:100%}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary-2)}.field textarea{min-height:70px;resize:vertical}.field.check{flex-direction:row;align-items:center;gap:8px}.field.check label{color:var(--text)}.section-title{font-weight:800;margin:18px 0 8px;font-size:15px;color:var(--primary)}.sub-rows{display:flex;flex-direction:column;gap:10px}.sub-row{border:1px solid var(--border);border-radius:10px;padding:10px;background:var(--surface-2)}.table-wrap{overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}table{width:100%;border-collapse:collapse;font-size:13.5px}th,td{text-align:right;padding:10px 12px;border-bottom:1px solid var(--border);white-space:nowrap}th{background:var(--surface-2);color:var(--muted);font-weight:700;position:sticky;top:0}tr:hover td{background:#fafcfe}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#eaf3fb,#e6f6f4)}.login-card{background:var(--surface);border-radius:18px;box-shadow:var(--shadow);padding:28px;width:100%;max-width:380px}.login-card .logo{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:18px}.login-card .logo img{height:60px;width:auto;max-width:240px;object-fit:contain}.login-card h1{font-size:20px;margin:0}.login-card .tagline{color:var(--teal);font-weight:700;font-size:13px}.stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-bottom:18px}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow-sm)}.stat .n{font-size:26px;font-weight:800;color:var(--primary)}.stat .l{color:var(--muted);font-size:13px}.toast-wrap{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:8px;z-index:100}.toast{padding:11px 18px;border-radius:10px;color:#fff;font-weight:600;box-shadow:var(--shadow);font-size:14px}.toast-ok{background:var(--green)}.toast-err{background:var(--red)}.toast-info{background:var(--primary)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14213373;display:flex;align-items:center;justify-content:center;z-index:90;padding:16px}.modal{background:var(--surface);border-radius:16px;width:100%;max-width:440px;box-shadow:var(--shadow);max-height:88vh;overflow:auto}.modal-wide{max-width:780px}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border)}.modal-head h3{margin:0;font-size:17px}.modal-body{padding:16px}.share-text{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:12px;white-space:pre-wrap;font-size:14px;line-height:1.6}.spinner-wrap{display:flex;align-items:center;gap:10px;color:var(--muted);padding:30px;justify-content:center}.spinner{width:22px;height:22px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.cview-grid{display:grid;grid-template-columns:1fr 300px;gap:16px;align-items:start}@media (max-width: 860px){.cview-grid{grid-template-columns:1fr}}.history-box{position:sticky;top:120px}.history-list{display:flex;flex-direction:column;gap:6px;max-height:70vh;overflow-y:auto}.hist-item{display:flex;align-items:center;gap:8px;padding:9px 10px;border:1px solid var(--border);border-radius:10px;background:var(--surface);cursor:pointer;font-size:13px}.hist-item:hover{border-color:var(--primary-2);background:#fafcfe}.hist-item .hi-icon{font-size:15px}.hist-item .hi-main{flex:1;min-width:0}.hist-item .hi-when{color:var(--muted);font-size:11px}.note{border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:var(--surface);margin-bottom:8px}.note .n-head{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);margin-bottom:4px}.note .n-head b{color:var(--primary)}.note .n-body{white-space:pre-wrap;font-size:14px}.note .n-actions{display:flex;gap:6px;margin-top:6px}.note.pub{border-inline-start:3px solid var(--teal)}.dist{font-size:11px;background:#eef5fb;color:var(--primary);border-radius:999px;padding:2px 8px;font-weight:700}.tag-add-row{display:flex;gap:6px;margin-top:8px;max-width:340px}.shoot-topics{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.topic-card{text-align:right;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;cursor:pointer;box-shadow:var(--shadow-sm);transition:.15s;border-inline-start:4px solid var(--primary)}.topic-card:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.topic-card.urgent{border-inline-start-color:var(--orange)}.topic-card.emergency{border-inline-start-color:var(--red)}.topic-card .tname{font-weight:800;font-size:16px}.topic-card .tdesc{color:var(--muted);font-size:13px;margin-top:4px}.urg-pill{font-size:11px;font-weight:700;padding:1px 8px;border-radius:999px}.urg-routine{background:#e8f5e9;color:var(--green)}.urg-urgent{background:#fff3e0;color:var(--orange)}.urg-emergency{background:var(--red-soft);color:var(--red)}.shoot-step{border:1px solid var(--border);border-radius:12px;padding:14px;margin-bottom:12px;background:var(--surface)}.shoot-step .sh{font-weight:800;margin-bottom:6px}.shoot-step .sp{line-height:1.7;white-space:pre-wrap}.shoot-alert{margin-top:10px;background:var(--red-soft);border:1px solid #f0c9c9;border-inline-start:4px solid var(--red);border-radius:10px;padding:10px 12px;color:#7a1f1c}.shoot-alert b{color:var(--red)}.step-check{display:flex;gap:10px;align-items:flex-start}.step-check input{margin-top:5px}.ref-box{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:12px;margin-bottom:10px}.ref-box .rhead{display:flex;align-items:center;gap:8px;font-weight:700}.ref-box .rnote{color:var(--muted);font-size:13px;margin:4px 0 8px}.ref-contacts{display:flex;flex-direction:column;gap:6px;margin-top:8px}.ref-contact{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:8px 10px;cursor:pointer;font-size:14px}.ref-contact:hover{border-color:var(--primary-2)}.empty{text-align:center;color:var(--muted);padding:40px 16px}.mi{font-style:normal}@media (max-width: 640px){.kv{grid-template-columns:1fr}.header-search{order:3;flex-basis:100%;max-width:none}.app-header .bar{flex-wrap:wrap}}
