html,body{margin:0;padding:0;height:100%;-webkit-text-size-adjust:100%}.app-container{min-height:100vh;display:flex;align-items:stretch;justify-content:center;background:#f6f8fb}.trust-tree-container{width:100%;max-width:1100px;margin:0 auto;padding:12px;box-sizing:border-box}.trust-tree-header{position:sticky;top:0;z-index:10;background:#f6f8fb;padding:6px 2px 8px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e8eef6}.trust-tree-header h2{margin:0;font-size:18px;color:#1c2a3a;font-weight:700}.trust-key-display{margin-left:auto;font-size:12px;color:#0b7285;background:#e6fcf5;border:1px solid #c3fae8;padding:4px 8px;border-radius:8px}.tree-viewport{position:relative;width:100%;height:62vh;min-height:300px;margin:10px 0 12px;border:1px solid #e1e6ef;border-radius:10px;background:#fff;overflow:hidden}.tree-canvas{width:100%;height:100%;display:block;touch-action:none;cursor:grab}.tree-canvas:active{cursor:grabbing}.node-options{position:fixed;z-index:20;background:#fff;border:1px solid #d9e2ef;border-radius:10px;padding:6px;box-shadow:0 10px 25px #10182814;display:grid;gap:6px}.node-options button{padding:8px 10px;font-size:14px;border:1px solid #ccd4dd;background:#f7faff;border-radius:8px;cursor:pointer}.node-options button:hover{background:#eef5ff}.sync-bar{width:100%;max-width:1000px;box-sizing:border-box;padding:8px 10px;display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center}.sync-left{display:flex;align-items:center;gap:8px}.sync-label{font-size:12px;color:#335;white-space:nowrap}.sync-select{width:100%;max-width:220px;padding:8px;font-size:14px;border:1px solid #ccd4dd;border-radius:8px;background:#fff}.sync-buttons{display:flex;gap:6px;justify-content:center}.sync-btn{padding:8px 10px;font-size:14px;border:1px solid #ccd4dd;background:#f7faff;border-radius:8px;cursor:pointer}.sync-btn:disabled{opacity:.5;cursor:not-allowed}.sync-btn.danger{background:#fff5f5;border-color:#f3c2c2}.sync-status{text-align:right;font-size:12px;color:#445;padding-right:4px}.sync-status.active{color:#087f5b}.sync-status.pending{color:#996c00}.sync-status.ended{color:#8b0000}@media (max-width: 640px){.sync-bar{grid-template-columns:1fr;gap:6px;padding:8px}.sync-status{text-align:left;padding:0 2px}.sync-left{justify-content:space-between}.sync-select{max-width:100%}}.sync-select.incoming{border-color:#d33!important;box-shadow:0 0 0 2px #d3333326}.sync-select.pending-remote{border-color:#e0a800}.secure-chat{width:100%;max-width:1000px;box-sizing:border-box;margin:6px auto 18px;padding:10px;border:1px solid #e1e6ef;border-radius:10px;background:#fff}.chat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.chat-title{font-size:14px;color:#223}.chat-key-status{font-size:12px}.chat-key-status.ok{color:#087f5b}.chat-key-status.bad{color:#b76e00}.chat-feed{height:220px;overflow:auto;padding:8px;background:#f8fafc;border:1px solid #eef2f7;border-radius:8px;margin-bottom:8px;scroll-behavior:smooth}.chat-bubble{max-width:80%;padding:8px 10px;border-radius:10px;margin:6px 0;background:#e9f5ff;border:1px solid #d2e8ff;word-wrap:break-word;white-space:pre-wrap}.chat-bubble.me{margin-left:auto;background:#e8fff4;border-color:#c9f2e1}.bubble-from{font-size:11px;color:#456;margin-bottom:2px}.bubble-text{font-size:14px;color:#123}.chat-input-row{display:grid;grid-template-columns:1fr auto;gap:8px}.chat-send{padding:10px 14px;border:1px solid #ccd4dd;background:#f7faff;border-radius:8px;font-size:14px;cursor:pointer}.chat-send:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 640px){.chat-feed{height:260px}}button:focus,select:focus,input:focus{outline:2px solid rgba(35,99,221,.35);outline-offset:2px}@media (pointer: coarse){.sync-btn,.node-options button,.chat-send{min-height:40px}}.chat-pane{width:100%;max-width:1000px;margin:8px auto 16px;border:1px solid #e4e9f1;border-radius:10px;background:#fff;overflow:hidden}.chat-header{font-weight:600;font-size:14px;padding:10px 12px;background:#f8fbff;border-bottom:1px solid #e4e9f1}.chat-log{max-height:320px;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.chat-msg{display:flex}.chat-msg.me{justify-content:flex-end}.chat-msg.them{justify-content:flex-start}.chat-bubble{max-width:75%;padding:8px 10px;border-radius:12px;box-shadow:0 1px 2px #0000000a}.chat-msg.me .chat-bubble{background:#e9f6ff}.chat-msg.them .chat-bubble{background:#f3f5f9}.chat-text{font-size:14px;color:#223;word-wrap:break-word}.chat-input-row{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px;border-top:1px solid #e4e9f1}.chat-input{padding:10px;border:1px solid #ccd4dd;border-radius:8px;font-size:14px}.chat-send{padding:10px 14px;border:1px solid #ccd4dd;background:#f7faff;border-radius:8px;cursor:pointer}.chat-send:disabled{opacity:.5;cursor:not-allowed}
