*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;background:#e8eaed;color:#111827;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:0}button,input,textarea{font:inherit;border:none;outline:none;background:none}a{text-decoration:none;color:inherit}svg{display:block}.h-window{width:96vw;max-width:1180px;height:88vh;background:#fff;border-radius:16px;box-shadow:0 8px 40px #0000001f,0 2px 8px #0000000f;display:flex;flex-direction:column;overflow:hidden;position:relative}.h-window-titlebar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:1px solid #e5e7eb;flex-shrink:0;background:#fafafa}.h-window-title{display:flex;align-items:center;gap:10px}.h-window-title-icon{width:18px;height:18px;color:#4b5563}.h-window-title-icon svg{width:18px;height:18px}.h-window-title h1{font-size:15px;font-weight:600;color:#111827;letter-spacing:-.01em}.h-window-title p{font-size:14px;color:#9ca3af;margin-left:4px}.h-window-close{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;transition:background .15s,color .15s}.h-window-close:hover{background:#f3f4f6;color:#374151}.h-window-close svg{width:18px;height:18px}.h-window-body{flex:1;display:flex;overflow:hidden}.h-card-left{flex:1;min-width:0;display:flex;flex-direction:column;border-right:1px solid #e5e7eb;background:#fff;position:relative;overflow:hidden}.h-timeline{flex:1;display:flex;flex-direction:column;overflow:hidden}.h-timeline.hidden{display:none}.h-timeline-header{padding:16px 24px 12px;border-bottom:1px solid #f0f0f2;flex-shrink:0}.h-timeline-header h2{font-size:14px;font-weight:600;color:#111827;text-transform:uppercase;letter-spacing:.04em}.h-timeline-clock{font-size:14px;font-weight:600;color:#111827;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;letter-spacing:.03em}.h-feed-list{flex:1;overflow-y:auto;padding:0}.h-msg{display:flex;align-items:flex-start;gap:12px;padding:12px 24px;cursor:pointer;transition:background .12s;position:relative}.h-msg+.h-msg{border-top:1px solid #f0f0f2}.h-msg:hover{background:#f9fafb}.h-msg.active{background:#f0f0ff}.h-msg-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff;flex-shrink:0;margin-top:2px}.h-msg-body{flex:1;min-width:0}.h-msg-meta{display:flex;align-items:baseline;gap:6px;margin-bottom:2px}.h-msg-user{font-size:14px;font-weight:600;color:#111827}.h-msg-time{font-size:14px;color:#9ca3af}.h-msg-title{font-size:14px;font-weight:600;color:#1f2937;line-height:1.45;cursor:pointer;display:inline}.h-msg-title:hover,.h-msg.active .h-msg-title{color:#4f46e5}.h-msg-preview{margin-top:4px;font-size:14px;color:#6b7280;line-height:1.5;padding:6px 10px;background:#fafafa;border-left:2px solid #e5e7eb;border-radius:0 4px 4px 0}.h-msg-blockquote{margin-top:4px;font-size:14px;color:#4c1d95;line-height:1.45;padding:5px 10px;background:#f5f3ff;border-left:2px solid #8b5cf6;border-radius:0 4px 4px 0;font-style:italic}.h-msg-blockquote+.h-msg-blockquote{margin-top:3px}.h-msg-code{background:#1f2937;color:#d1d5db;padding:8px 12px;border-radius:4px;font-size:14px;white-space:pre-wrap;word-break:break-all;overflow-wrap:break-word;max-width:100%;overflow:hidden;margin-top:8px}.h-msg-code-lang{font-size:14px;color:#8b949e;margin-bottom:2px;text-transform:uppercase;letter-spacing:.05em}.h-msg-comments{margin-top:8px;padding:4px 0 2px;background:transparent;display:flex;flex-direction:column;gap:0}.h-msg-comments-header{display:flex;align-items:center;gap:4px;font-size:14px;color:#9ca3af;font-weight:500;padding:0 0 4px;margin-bottom:2px}.h-msg-comments-header svg{width:11px;height:11px;color:#9ca3af}.h-msg-comment-item{display:flex;flex-direction:column;gap:1px;font-size:14px;line-height:1.5;color:#374151;position:relative;padding-left:28px;padding-top:4px;padding-bottom:4px}.h-msg-comment-item:before{content:"";position:absolute;left:13px;top:0;bottom:0;width:1.5px;background:#d1d5db}.h-msg-comment-item:first-child:before{top:10px}.h-msg-comment-item:last-child:before{bottom:calc(100% - 10px)}.h-msg-comment-item:only-child:before{display:none}.h-msg-comment-dot{position:absolute;left:8.5px;top:8px;width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid #60a5fa;z-index:1;flex-shrink:0}.h-msg-comment-meta{display:flex;align-items:center;gap:0}.h-msg-comment-user{font-size:14px;font-weight:600;color:#374151;flex-shrink:0;margin-right:5px}.h-msg-comment-time{font-size:14px;color:#9ca3af;flex-shrink:0;white-space:nowrap}.h-msg-comment-bubble{background:#dbeafe;color:#1e3a5f;padding:5px 10px;border-radius:10px;font-size:14px;line-height:1.5;max-width:92%;margin-top:2px}.h-article-view{flex:1;display:none;flex-direction:column;overflow:hidden}.h-article-view.active{display:flex}.h-article-topbar{display:flex;align-items:center;gap:10px;padding:10px 20px;border-bottom:1px solid #f0f0f2;flex-shrink:0}.h-article-back{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:background .15s,color .15s}.h-article-back:hover{background:#f3f4f6;color:#111827}.h-article-back svg{width:16px;height:16px}.h-article-topbar-info{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.h-article-topbar-avatar{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.h-article-topbar-author{font-size:14px;font-weight:600;color:#111827}.h-article-topbar-dot{color:#d1d5db;font-size:14px}.h-article-topbar-time{font-size:14px;color:#9ca3af}.h-article-scroll{flex:1;overflow-y:auto}.h-article-body{padding:24px 28px 20px}.h-article-title{font-size:20px;font-weight:700;color:#111827;line-height:1.35;margin-bottom:20px;letter-spacing:-.02em}.h-article-content{font-size:15px;line-height:1.85;color:#374151}.h-article-content h1,.h-article-content h2,.h-article-content h3,.h-article-content h4,.h-article-content h5,.h-article-content h6{font-weight:600;color:#111827;margin:24px 0 10px;line-height:1.35}.h-article-content h1{font-size:20px}.h-article-content h2{font-size:17px;padding-bottom:6px;border-bottom:1px solid #f0f0f2}.h-article-content h3{font-size:15px}.h-article-content h4{font-size:14.5px}.h-article-content p{margin:0 0 14px}.h-article-content ul,.h-article-content ol{margin:0 0 14px;padding-left:22px}.h-article-content li{margin:3px 0}.h-article-content li p{margin:0 0 4px}.h-article-content strong{font-weight:600;color:#111827}.h-article-content em{font-style:italic}.h-article-content code{background:#f3f4f6;color:#c026d3;padding:2px 5px;border-radius:4px;font-size:14px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.h-article-content pre{background:#1e1e2e;color:#cdd6f4;padding:14px 16px;border-radius:8px;white-space:pre-wrap;word-break:break-all;overflow-wrap:break-word;margin:10px 0 16px;font-size:14px;line-height:1.6}.h-article-content pre code{background:none;color:inherit;padding:0;font-size:inherit}.h-article-content blockquote{position:relative;border-left:4px solid #0b0f41;padding:2.5rem 1rem .75rem;margin:10px 0 16px;background:#f1f5f5;color:#0b0f41d1;font-style:normal;border-radius:0}.h-article-content blockquote:not(.twitter-tweet):before{content:"“";font-size:3rem;line-height:1;color:#0b0f4126;position:absolute;top:.4rem;left:.75rem;font-family:Georgia,serif;pointer-events:none}.h-article-content table{width:100%;border-collapse:collapse;margin:10px 0 16px;font-size:14px}.h-article-content th,.h-article-content td{border:1px solid #e5e7eb;padding:6px 10px;text-align:left}.h-article-content th{background:#f3f4f6;font-weight:600;color:#111827}.h-article-content a{color:#4f46e5;text-decoration:underline}.h-article-content a:hover{color:#3730a3}.h-article-content hr{border:none;border-top:1px solid #e5e7eb;margin:20px 0}.h-article-content img{max-width:100%;border-radius:8px;margin:10px 0}.h-article-content iframe{max-width:100%;border-radius:8px;margin:10px 0;display:block;border:none}.h-article-content blockquote.twitter-tweet{border-left:3px solid #1d9bf0;background:#e7f3ff;color:#0f172a;font-style:normal;border-radius:0 6px 6px 0;padding:10px 14px;font-size:14px}.h-article-content del{text-decoration:line-through;color:#9ca3af}.h-comments-section{border-top:1px solid #e5e7eb;padding:0 28px 20px}.h-comments-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;padding:16px 0 12px}.h-comments-count{font-weight:400;color:#9ca3af}.h-comments-empty{text-align:center;padding:20px 0;color:#d1d5db;font-size:14px}.h-thread{margin-bottom:14px}.h-thread+.h-thread{border-top:1px solid #f0f0f2;padding-top:14px}.h-comment{display:flex;gap:8px;align-items:flex-start}.h-comment-avatar{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0;margin-top:1px}.h-comment-body{flex:1;min-width:0}.h-comment-meta{display:flex;align-items:baseline;gap:5px;margin-bottom:1px}.h-comment-user{font-size:14px;font-weight:600;color:#111827}.h-comment-time{font-size:14px;color:#b0b7c3}.h-comment-text{font-size:14px;color:#374151;line-height:1.5;word-break:break-word}.h-comment-actions{margin-top:3px}.h-comment-reply-btn{font-size:14px;color:#9ca3af;cursor:pointer;font-weight:500}.h-comment-reply-btn:hover{color:#4f46e5}.h-replies{margin-left:32px;margin-top:10px;display:flex;flex-direction:column;gap:10px}.h-replies .h-comment-avatar{width:20px;height:20px;font-size:14px}.h-reply-form{margin-left:32px;margin-top:6px;display:flex;gap:6px;align-items:flex-start}.h-reply-input{flex:1;font-size:14px;padding:5px 8px;border:1px solid #e5e7eb;border-radius:6px;resize:none;line-height:1.4;color:#111827;max-height:60px;overflow-y:auto}.h-reply-input:focus{border-color:#8b5cf6}.h-reply-input::-moz-placeholder{color:#b0b7c3}.h-reply-input::placeholder{color:#b0b7c3}.h-reply-send{width:24px;height:24px;border-radius:5px;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.h-reply-send:hover{background:#4338ca}.h-reply-send svg{width:12px;height:12px}.h-comment-composer{display:flex;gap:8px;align-items:center;padding:12px 28px;border-top:1px solid #f0f0f2;flex-shrink:0;background:#fafafa}.h-comment-composer-avatar{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.h-comment-composer input{flex:1;font-size:14px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:20px;color:#111827;background:#fff}.h-comment-composer input:focus{border-color:#8b5cf6}.h-comment-composer input::-moz-placeholder{color:#b0b7c3}.h-comment-composer input::placeholder{color:#b0b7c3}.h-comment-composer-actions{display:flex;align-items:center;gap:4px}.h-comment-composer-btn{width:28px;height:28px;border-radius:50%;color:#9ca3af;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s}.h-comment-composer-btn:hover{color:#6b7280}.h-comment-composer-btn svg{width:16px;height:16px}.h-card-right{width:520px;min-width:400px;flex-shrink:0;display:flex;flex-direction:column;background:#fff;overflow:hidden}.h-editor-section{padding:20px;flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.h-editor-section-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin-bottom:12px}.h-chat-input-area{background:#f3f4f6;border-radius:12px;padding:14px;margin-bottom:10px;flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;border:1px solid #e5e7eb}.h-chat-tabs{display:flex;align-items:center;gap:4px;padding-bottom:10px;border-bottom:1px solid #d1d5db;margin-bottom:10px}.h-chat-tab{display:flex;align-items:center;gap:5px;padding:5px 9px;border-radius:7px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:background .2s}.h-chat-tab.active{background:#e5e7eb;color:#111827}.h-chat-tab:not(.active):hover{background:#0000000a}.h-chat-tab svg{width:14px;height:14px}.h-chat-tabs-right{margin-left:auto;display:flex;align-items:center;gap:2px}.h-font-btn{padding:3px 7px;border-radius:5px;font-size:14px;font-weight:500;color:#9ca3af;cursor:pointer;transition:background .15s,color .15s}.h-font-btn:hover{background:#0000000d;color:#374151}.h-font-btn.active{background:#e5e7eb;color:#111827}.h-chat-input-wrapper{display:flex;align-items:stretch;gap:10px;flex:1;min-height:0;overflow:hidden}.h-chat-input-icon{width:18px;height:18px;color:#8b5cf6;flex-shrink:0;margin-top:6px}.h-chat-input-icon svg{width:18px;height:18px}.h-chat-input{width:100%;font-size:14px;color:#111827;line-height:1.6;resize:none;overflow-y:auto;flex:1;min-height:80px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;background:transparent;scrollbar-width:none;-ms-overflow-style:none}.h-chat-input::-webkit-scrollbar{display:none}.h-chat-input::-moz-placeholder{color:#9ca3af}.h-chat-input::placeholder{color:#9ca3af}.h-chat-submit-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.h-chat-submit-hint{font-size:14px;color:#9ca3af}.h-chat-submit-btn{width:30px;height:30px;border-radius:7px;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s}.h-chat-submit-btn:hover{background:#d1d5db}.h-chat-submit-btn svg{width:16px;height:16px}.h-publishing{display:none;align-items:center;gap:5px;font-size:14px;color:#6b7280;margin-bottom:6px}.h-publishing.active{display:flex}.h-publishing-dot{width:5px;height:5px;border-radius:50%;background:#8b5cf6;animation:pulse-dot 1s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:.4}50%{opacity:1}}.h-editor-footer{display:flex;align-items:center;gap:14px;font-size:14px;color:#6b7280;margin-top:2px}.h-editor-footer-btn{display:flex;align-items:center;gap:5px;cursor:pointer;transition:color .2s}.h-editor-footer-btn:hover{color:#111827}.h-editor-footer-btn svg{width:14px;height:14px}.h-editor-footer-btn a{font-weight:500}.h-contoh-panel{display:none;flex:1;overflow-y:auto;min-height:0;padding-top:2px}.h-contoh-panel.active{display:flex;flex-direction:column;gap:8px}.h-contoh-item{padding:10px 12px;border-radius:8px;background:#e5e7eb;cursor:pointer;transition:background .15s;flex-shrink:0}.h-contoh-item:hover{background:#d1d5db}.h-contoh-item-title{font-size:14px;font-weight:600;color:#111827;margin-bottom:3px}.h-contoh-item-desc{font-size:14px;color:#6b7280;line-height:1.4}.h-article-share{display:flex;align-items:center;gap:2px;margin-left:auto;flex-shrink:0}.h-share-btn{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;background:transparent;transition:background .15s,color .15s}.h-share-btn:hover{background:#f3f4f6;color:#374151}.h-share-btn svg{width:15px;height:15px}.h-share-btn.copied{color:#22c55e}.h-member-lastname{filter:blur(4px);-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:filter .2s}.h-window-actions{display:flex;align-items:center;gap:4px}.h-fontsize-group{display:flex;align-items:center;border-radius:6px;overflow:hidden;border:1px solid #d1d5db}.h-fontsize-btn{width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;font-size:14px;font-weight:700;transition:background .15s,color .15s;background:transparent}.h-fontsize-btn+.h-fontsize-btn{border-left:1px solid #d1d5db}.h-fontsize-btn:hover{background:#0000000a;color:#374151}.h-fontsize-btn.active{background:#e5e7eb;color:#111827}.h-blur-toggle{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;transition:background .15s,color .15s}.h-blur-toggle:hover{background:#f3f4f6;color:#374151}.h-blur-toggle.active{color:#4f46e5;background:#eef2ff}.h-blur-toggle svg{width:18px;height:18px}.h-window-body.content-blurred .h-card-left,.h-window-body.content-blurred .h-editor-section{filter:blur(5px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:filter .25s}.h-members-section{padding:0 20px 20px;border-top:1px solid #f0f0f2;flex-shrink:0;overflow-y:auto}.h-members-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;padding:16px 0 12px}.h-member{display:flex;align-items:center;gap:10px;padding:6px 0}.h-member-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff;flex-shrink:0}.h-member-info{flex:1;min-width:0}.h-member-name{font-size:14px;font-weight:600;color:#111827}.h-member-handle{font-size:14px;color:#9ca3af}.h-member-status{width:8px;height:8px;border-radius:50%;flex-shrink:0}.h-member-status.online{background:#22c55e}.h-member-status.offline{background:#d1d5db}.h-links-section{padding:0 20px 20px;border-top:1px solid #f0f0f2;flex-shrink:0}.h-links-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;padding:16px 0 10px}.h-link-item{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:14px;color:#374151;cursor:pointer;transition:color .15s}.h-link-item:hover{color:#4f46e5}.h-link-item svg{width:15px;height:15px;flex-shrink:0;color:#9ca3af}.h-mobile-gate{display:none;position:fixed;inset:0;background:#e8eaed;z-index:9999;align-items:center;justify-content:center}.h-mobile-card{background:#fff;border-radius:16px;box-shadow:0 8px 40px #0000001f;padding:40px 32px;max-width:340px;width:90vw;text-align:center}.h-mobile-icon{width:48px;height:48px;margin:0 auto 16px;color:#8b5cf6}.h-mobile-icon svg{width:48px;height:48px}.h-mobile-card h2{font-size:17px;font-weight:700;color:#111827;margin-bottom:8px}.h-mobile-card p{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:20px}.h-mobile-devices{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:20px}.h-mobile-device{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:14px;color:#9ca3af}.h-mobile-device svg{width:28px;height:28px;color:#6b7280}.h-mobile-back{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#4f46e5;cursor:pointer;transition:color .15s}.h-mobile-back:hover{color:#3730a3}.h-mobile-back svg{width:14px;height:14px}@media (max-width:840px){.h-mobile-gate{display:flex}.h-window{display:none}}.h-warning{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#fef3c7;color:#92400e;border:1px solid #fbbf24;border-radius:10px;padding:8px 18px;font-size:14px;font-weight:500;z-index:500;box-shadow:0 4px 16px #0000001a;opacity:0;pointer-events:none;transition:opacity .3s}.h-warning.visible{opacity:1;pointer-events:auto}.h-ctx-menu{position:fixed;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:4px;z-index:300;min-width:150px;display:none}.h-ctx-menu.visible{display:block}.h-ctx-item{display:flex;align-items:center;gap:7px;padding:7px 10px;font-size:14px;color:#374151;border-radius:5px;cursor:pointer;transition:background .12s}.h-ctx-item:hover{background:#f3f4f6}.h-ctx-item svg{width:13px;height:13px;flex-shrink:0}.h-page-layout{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;position:relative}.h-outer-left{display:flex;flex-direction:column;gap:6px;position:fixed;top:20px;left:20px;z-index:100}.h-outer-icon{width:34px;height:34px;border-radius:10px;background:#fff;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:background .15s,color .15s,box-shadow .15s}.h-outer-icon:hover{background:#f3f4f6;color:#111827;box-shadow:0 2px 12px #0000001f}.h-outer-icon.active{background:#eef2ff;color:#4f46e5}.h-outer-icon svg{width:16px;height:16px}.h-outer-right{display:flex;flex-direction:column;align-items:center;gap:8px;position:fixed;bottom:20px;right:20px;z-index:100}.h-join-btn{padding:8px 14px;border-radius:10px;background:#fff;box-shadow:0 2px 8px #00000014;font-size:14px;font-weight:600;color:#4f46e5;cursor:pointer;transition:background .15s,box-shadow .15s;display:flex;align-items:center;gap:6px}.h-join-btn:hover{background:#eef2ff;box-shadow:0 2px 12px #0000001f}.h-join-btn svg{width:14px;height:14px}.h-version-label{font-size:14px;color:#9ca3af;letter-spacing:.02em;margin-top:14px;text-align:center}.h-window-wrapper{display:flex;flex-direction:column;align-items:center}.h-popup-card{position:fixed;z-index:200;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000024,0 2px 8px #0000000f;padding:20px;max-width:320px;width:300px;display:none;animation:popup-in .2s ease}.h-popup-card.visible{display:block}@keyframes popup-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.h-popup-card-title{font-size:14px;font-weight:700;color:#111827;margin-bottom:6px}.h-popup-card-text{font-size:14px;color:#6b7280;line-height:1.6}.h-popup-card-text strong{color:#111827;font-weight:600}.h-popup-card-close{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;transition:background .15s,color .15s}.h-popup-card-close:hover{background:#f3f4f6;color:#374151}.h-popup-card-close svg{width:14px;height:14px}.h-popup-email{margin-top:10px;padding:10px 12px;background:#f3f4f6;border-radius:8px;font-size:14px;font-weight:600;color:#111827;text-align:center;-webkit-user-select:all;-moz-user-select:all;user-select:all}@media (max-width:840px){.h-outer-left,.h-outer-right{display:none}}.h-password-overlay{position:fixed;inset:0;z-index:9000;display:none;align-items:center;justify-content:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#ffffff59}.h-password-overlay.visible{display:flex}.h-password-card{background:#fff;border-radius:14px;box-shadow:0 8px 40px #00000026;padding:28px 24px;width:320px;text-align:center}.h-password-card h3{font-size:15px;font-weight:700;color:#111827;margin-bottom:6px}.h-password-card p{font-size:14px;color:#6b7280;line-height:1.5;margin-bottom:16px}.h-password-input{width:100%;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;color:#111827;text-align:center;letter-spacing:.05em;transition:border-color .2s}.h-password-input:focus{border-color:#4f46e5}.h-password-input.error{border-color:#ef4444;animation:shake .3s}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}50%{transform:translate(4px)}75%{transform:translate(-4px)}}.h-password-actions{display:flex;gap:8px;margin-top:14px}.h-password-cancel,.h-password-submit{flex:1;padding:9px 0;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.h-password-cancel{background:#f3f4f6;color:#6b7280}.h-password-cancel:hover{background:#e5e7eb}.h-password-submit{background:#4f46e5;color:#fff}.h-password-submit:hover{background:#4338ca}.h-password-error-msg{font-size:14px;color:#ef4444;margin-top:8px;display:none}.h-password-error-msg.visible{display:block}
