.dgx-comments{--dgx-comments-inline-inset:0rem;color:var(--theme-text);gap:1rem;display:grid}.dgx-comments__headline{order:0;gap:clamp(.9rem,2vw,1.2rem);padding:clamp(1.15rem,2.7vw,1.7rem) 0 0;display:grid;position:relative;overflow:hidden}.dgx-comments__headline-main{z-index:1;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.95rem;display:grid;position:relative}.dgx-comments__headline-icon{border:1px solid color-mix(in srgb, var(--theme-accent), transparent 58%);background:color-mix(in srgb, var(--theme-accent), transparent 88%);width:3rem;height:3rem;color:var(--theme-accent);border-radius:1rem;justify-content:center;align-items:center;display:inline-flex}.dgx-comments__headline-icon svg{width:1.55rem;height:1.55rem}.dgx-comments__headline-copy{gap:.22rem;display:grid}.dgx-comments__headline-copy>span{color:var(--theme-accent-cyan);font-family:var(--dgx-font-heading,Arial, sans-serif);letter-spacing:.16em;text-transform:uppercase;font-size:clamp(.72rem,1vw,.82rem);font-weight:900;line-height:1}.dgx-comments__headline h2{color:var(--theme-text);font-family:var(--dgx-font-heading,Arial, sans-serif);letter-spacing:0;margin:0;font-size:clamp(1.85rem,3.4vw,2.75rem);font-weight:950;line-height:1.04}.dgx-comments__headline p{color:var(--theme-text-muted);font-family:var(--dgx-font-heading,Arial, sans-serif);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:clamp(.78rem,1.3vw,.95rem);font-weight:900}.dgx-comments__headline-divider{z-index:1;background:color-mix(in srgb, var(--theme-border), transparent 18%);width:100%;height:1px;margin-bottom:.55rem;display:block;position:relative}.dgx-comments__state,.dgx-comments__empty,.dgx-comments__notice,.dgx-comments__alert{border:1px solid var(--theme-border);background:color-mix(in srgb, var(--theme-surface-2), transparent 12%);color:var(--theme-text-muted);border-radius:20px;align-items:center;gap:.55rem;padding:.95rem 1rem;font-size:.96rem;line-height:1.45;display:flex}.dgx-comments>.dgx-comments__state,.dgx-comments>.dgx-comments__empty,.dgx-comments>.dgx-comments__notice,.dgx-comments>.dgx-comments__alert{margin-inline:var(--dgx-comments-inline-inset);order:3}.dgx-comments>.dgx-comments__alert{order:1}.dgx-comments__notice{color:color-mix(in srgb, #22c55e, var(--theme-text) 38%);background:#22c55e1a;border-color:#22c55e59}.dgx-comments__alert{color:color-mix(in srgb, #ef4444, var(--theme-text) 35%);background:#ef44441a;border-color:#ef444459}.dgx-comments__alert svg{flex:none;width:18px;height:18px}.dgx-comments__spinner{flex:none;width:17px;height:17px;animation:.9s linear infinite dgx-spin}@keyframes dgx-spin{to{transform:rotate(360deg)}}.dgx-comments__list{padding-inline:var(--dgx-comments-inline-inset);border-bottom:1px solid color-mix(in srgb, var(--theme-border), transparent 18%);order:3;gap:.9rem;margin-bottom:.8rem;padding-bottom:1.15rem;display:grid}.dgx-comments__controls{margin-inline:var(--dgx-comments-inline-inset);color:var(--theme-text-muted);font-family:var(--dgx-font-heading,Arial, sans-serif);order:2;justify-content:flex-end;align-items:center;gap:.72rem;font-size:.82rem;font-weight:700;display:flex}.dgx-comments__sort{align-items:center;min-width:10.5rem;display:inline-flex;position:relative}.dgx-comments__sort select{appearance:none;border:1px solid var(--theme-form-border);background:var(--theme-form-bg);width:100%;min-height:2.55rem;color:var(--theme-text);font:inherit;cursor:pointer;border-radius:.72rem;outline:none;padding:.58rem 2.35rem .58rem .82rem;transition:border-color .16s,background .16s,box-shadow .16s}.dgx-comments__sort select:hover,.dgx-comments__sort select:focus-visible{border-color:color-mix(in srgb, var(--theme-accent-cyan), transparent 30%);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 91%);box-shadow:0 0 0 3px color-mix(in srgb, var(--theme-accent-cyan), transparent 90%)}.dgx-comments__sort svg{width:1rem;height:1rem;color:var(--theme-accent-cyan);pointer-events:none;position:absolute;right:.78rem}.dgx-comment-thread{gap:.9rem;display:grid}.dgx-comment{scroll-margin-top:7.5rem;display:block;position:relative}.dgx-comment[data-depth="1"]{margin-left:clamp(.7rem,4vw,2rem)}.dgx-comment__avatar{border:1px solid color-mix(in srgb, var(--theme-accent), transparent 45%);background:color-mix(in srgb, var(--theme-accent), transparent 84%);width:46px;height:46px;color:var(--theme-accent);font-family:var(--dgx-font-heading,Arial, sans-serif);box-shadow:0 12px 30px color-mix(in srgb, var(--theme-accent), transparent 86%);border-radius:14px;place-items:center;font-weight:900;display:grid;overflow:hidden}.dgx-comment[data-current-user=true] .dgx-comment__avatar{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e47,0 12px 30px #22c55e2e}.dgx-comment__avatar-image{background-position:50%;background-size:cover;width:100%;height:100%;display:block}.dgx-comment__body{border:1px solid var(--theme-border);background:linear-gradient(180deg, var(--theme-surface-2), var(--theme-surface-1));border-radius:20px;gap:.9rem;min-width:0;padding:.95rem 1rem 1rem;transition:border-color .16s,background .16s,box-shadow .16s,transform .16s;display:grid;position:relative}.dgx-comment__visible-content{gap:.9rem;min-width:0;transition:filter .18s,opacity .18s;display:grid}.dgx-comment[data-spam-hidden=true] .dgx-comment__body{overflow:hidden}.dgx-comment[data-spam-hidden=true] .dgx-comment__visible-content{filter:blur(6px);opacity:.46;pointer-events:none;-webkit-user-select:none;user-select:none}.dgx-comment__spam-reveal{z-index:4;border-radius:inherit;background:radial-gradient(circle at center, color-mix(in srgb, var(--theme-accent-yellow), transparent 84%), transparent 62%);place-items:center;padding:1rem;display:grid;position:absolute;inset:0}.dgx-comment__spam-reveal button{border:1px solid color-mix(in srgb, var(--theme-accent-yellow), transparent 36%);background:color-mix(in srgb, var(--theme-surface-1), #000 24%);min-height:2.75rem;color:color-mix(in srgb, var(--theme-accent-yellow), var(--theme-text) 20%);font-family:var(--dgx-font-heading,Arial, sans-serif);cursor:pointer;box-shadow:0 14px 34px #0000008a, 0 0 24px color-mix(in srgb, var(--theme-accent-yellow), transparent 78%);border-radius:999px;justify-content:center;align-items:center;gap:.52rem;padding:.62rem 1rem;font-size:.82rem;font-weight:900;transition:border-color .16s,background .16s,color .16s,transform .16s;display:inline-flex}.dgx-comment__spam-reveal button:hover,.dgx-comment__spam-reveal button:focus-visible{border-color:var(--theme-accent-yellow);background:color-mix(in srgb, var(--theme-accent-yellow), var(--theme-surface-1) 84%);color:var(--theme-text);transform:translateY(-1px)}.dgx-comment__spam-reveal svg{width:1rem;height:1rem}.dgx-comment__body:hover,.dgx-comment__body:focus-within{border-color:color-mix(in srgb, var(--theme-accent-cyan), transparent 62%);background:linear-gradient(135deg, color-mix(in srgb, var(--theme-accent), transparent 94%), color-mix(in srgb, var(--theme-accent-cyan), transparent 93%)), var(--theme-surface-2);transform:translateY(-1px);box-shadow:0 18px 42px #00000029}.dgx-comment[data-pending=true] .dgx-comment__body{border-color:color-mix(in srgb, var(--theme-accent-yellow), transparent 55%);background:color-mix(in srgb, var(--theme-accent-yellow), transparent 92%)}.dgx-comment[data-status=spam] .dgx-comment__body{border-color:color-mix(in srgb, var(--theme-accent-yellow), transparent 62%)}.dgx-comment[data-status=spam] .dgx-comment__body:hover,.dgx-comment[data-status=spam] .dgx-comment__body:focus-within{border-color:color-mix(in srgb, var(--theme-accent-yellow), transparent 48%)}.dgx-comment:target .dgx-comment__body{border-color:color-mix(in srgb, var(--theme-accent), transparent 32%);box-shadow:0 0 0 3px color-mix(in srgb, var(--theme-accent), transparent 86%), 0 18px 42px color-mix(in srgb, var(--theme-accent), transparent 86%)}.dgx-comment__meta{border-bottom:1px solid color-mix(in srgb, var(--theme-border), transparent 24%);color:var(--theme-text-muted);flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:.72rem;font-size:.82rem;font-weight:600;display:flex}.dgx-comment__identity{align-items:center;gap:.72rem;min-width:0;display:inline-flex}.dgx-comment__meta strong{color:var(--theme-text);font-family:var(--dgx-font-heading,Arial, sans-serif);font-size:1.1rem;font-weight:700}.dgx-comment__author-link{color:var(--theme-text);font-family:var(--dgx-font-heading,Arial, sans-serif);font-size:1.1rem;font-weight:700;text-decoration:none;transition:color .15s}.dgx-comment__author-link:hover,.dgx-comment__author-link:focus-visible{color:var(--theme-accent)}.dgx-comment__author{min-width:0;color:var(--theme-text);font-family:var(--dgx-font-heading,Arial, sans-serif);flex-wrap:wrap;align-items:center;gap:.34rem;font-size:1.1rem;font-weight:700;line-height:1.2;display:inline-flex}.dgx-comment__author .dgx-comment__author-link,.dgx-comment__author .dgx-comment__author-link>span{font:inherit}.dgx-comment__meta-side{color:var(--theme-text-muted);font-family:var(--dgx-font-body,Arial, sans-serif);text-align:right;white-space:nowrap;justify-content:flex-end;align-items:center;gap:.42rem;font-size:.8rem;font-weight:500;display:inline-flex}.dgx-comment__permalink-pill{border:1px solid color-mix(in srgb, var(--theme-border), transparent 8%);background:color-mix(in srgb, var(--theme-surface-2), transparent 24%);min-height:1.8rem;color:var(--theme-text-muted);font-family:var(--dgx-font-heading,Arial, sans-serif);border-radius:999px;align-items:stretch;font-size:.78rem;font-weight:700;line-height:1;transition:border-color .16s,background .16s,color .16s;display:inline-flex;overflow:hidden}.dgx-comment__permalink-pill:hover,.dgx-comment__permalink-pill:focus-within{border-color:color-mix(in srgb, var(--theme-accent-cyan), transparent 34%);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 88%);color:var(--theme-text)}.dgx-comment__permalink-pill>a,.dgx-comment__permalink-pill>button{color:inherit;background:0 0;border:0;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.dgx-comment__permalink-pill>a{gap:.34rem;padding:.32rem .48rem .32rem .58rem}.dgx-comment__permalink-pill>button{border-left:1px solid color-mix(in srgb, var(--theme-border), transparent 18%);cursor:pointer;width:1.85rem;padding:0;transition:background .16s,color .16s}.dgx-comment__permalink-pill>button:hover,.dgx-comment__permalink-pill>button:focus-visible{background:color-mix(in srgb, var(--theme-accent-cyan), transparent 82%);color:var(--theme-accent-cyan)}.dgx-comment__permalink-pill svg{width:.88rem;height:.88rem;color:var(--theme-accent-cyan);flex:none}.dgx-comment__badge{border:1px solid color-mix(in srgb, var(--theme-accent-cyan), transparent 48%);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 86%);min-height:1.22rem;color:color-mix(in srgb, var(--theme-accent-cyan), var(--theme-text) 26%);font-family:var(--dgx-font-heading,Arial, sans-serif);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.1rem .42rem;font-size:.66rem;font-weight:900;line-height:1;display:inline-flex}.dgx-comment__badge[data-role=administrator]{color:color-mix(in srgb, #ef4444, var(--theme-text) 20%);background:#ef444429;border-color:#ef44449e}.dgx-comment__badge[data-role=editor]{border-color:color-mix(in srgb, var(--theme-accent-yellow), transparent 42%);background:color-mix(in srgb, var(--theme-accent-yellow), transparent 84%);color:color-mix(in srgb, var(--theme-accent-yellow), var(--theme-text) 25%)}.dgx-comment__badge[data-role=author]{color:color-mix(in srgb, #22c55e, var(--theme-text) 25%);background:#22c55e29;border-color:#22c55e94}.dgx-comment__badge[data-role=post-author]{border-color:color-mix(in srgb, var(--theme-accent-cyan), transparent 34%);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 82%);color:color-mix(in srgb, var(--theme-accent-cyan), var(--theme-text) 18%)}.dgx-comment__moderation{z-index:2;position:absolute;top:.72rem;right:.72rem}.dgx-comment__moderation-trigger{border:1px solid color-mix(in srgb, var(--theme-border), transparent 18%);color:#d9def0;cursor:pointer;opacity:0;pointer-events:none;background:#090b13;border-radius:11px;place-items:center;width:32px;height:32px;transition:background .15s,color .15s,opacity .15s,transform .15s;display:inline-grid;transform:translateY(-.2rem)}.dgx-comment__moderation-trigger:hover,.dgx-comment__moderation-trigger:focus-visible,.dgx-comment__moderation-trigger[aria-expanded=true]{background:var(--theme-accent);color:#fff;opacity:1;pointer-events:auto;transform:translateY(0)}.dgx-comment__moderation-trigger svg{width:16px;height:16px}.dgx-comment__moderation-menu{border:1px solid color-mix(in srgb, var(--theme-border), transparent 12%);background:#090b13;border-radius:13px;min-width:9.6rem;padding:.28rem;display:grid;position:absolute;top:calc(100% + .38rem);right:0;overflow:hidden;box-shadow:0 18px 42px #0000006b}.dgx-comment__moderation-menu button,.dgx-comment__moderation-menu a{color:#d9def0;font-family:var(--dgx-font-heading,Arial, sans-serif);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:.46rem;padding:.52rem .58rem;font-size:.78rem;font-weight:850;text-decoration:none;transition:background .15s,color .15s;display:flex}.dgx-comment__moderation-menu button:hover,.dgx-comment__moderation-menu button:focus-visible,.dgx-comment__moderation-menu a:hover,.dgx-comment__moderation-menu a:focus-visible{background:color-mix(in srgb, var(--theme-accent), transparent 84%);color:#fff}.dgx-comment__moderation-menu svg{width:15px;height:15px}.dgx-comment__pending,.dgx-comment__spam{background:color-mix(in srgb, var(--theme-accent-yellow), transparent 82%);color:color-mix(in srgb, var(--theme-accent-yellow), var(--theme-text) 30%);font-family:var(--dgx-font-heading,Arial, sans-serif);text-transform:uppercase;border-radius:999px;padding:.18rem .48rem;font-size:.72rem;font-weight:900}.dgx-comment__spam{border:1px solid color-mix(in srgb, var(--theme-accent-yellow), transparent 62%)}.dgx-comment__disabled-link{color:color-mix(in srgb, var(--theme-accent-yellow), var(--theme-text) 28%);overflow-wrap:anywhere;text-decoration:none}.dgx-comment-spam-modal{z-index:1000;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#050711d1;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.dgx-comment-spam-modal__panel{border:1px solid color-mix(in srgb, var(--theme-accent-yellow), transparent 48%);background:radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--theme-accent-yellow), transparent 87%), transparent 44%), var(--theme-surface-1);width:min(100%,470px);color:var(--theme-text);text-align:center;border-radius:22px;gap:.85rem;padding:clamp(1.25rem,4vw,1.7rem);display:grid;box-shadow:0 28px 80px #000000a8}.dgx-comment-spam-modal__icon{border:1px solid color-mix(in srgb, var(--theme-accent-yellow), transparent 38%);background:color-mix(in srgb, var(--theme-accent-yellow), transparent 84%);width:3.25rem;height:3.25rem;color:var(--theme-accent-yellow);border-radius:17px;justify-self:center;place-items:center;display:inline-grid}.dgx-comment-spam-modal__icon svg{width:1.55rem;height:1.55rem}.dgx-comment-spam-modal__panel h3,.dgx-comment-spam-modal__panel p{margin:0}.dgx-comment-spam-modal__panel h3{font-family:var(--dgx-font-heading,Arial, sans-serif);font-size:1.08rem;font-weight:900}.dgx-comment-spam-modal__panel p{color:var(--theme-text-muted);font-size:.94rem;line-height:1.6}.dgx-comment-spam-modal__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:.35rem;display:grid}.dgx-comment-spam-modal__actions button{border:1px solid var(--theme-border);background:var(--theme-surface-2);min-height:2.7rem;color:var(--theme-text-muted);font-family:var(--dgx-font-heading,Arial, sans-serif);cursor:pointer;border-radius:13px;font-size:.82rem;font-weight:850;transition:border-color .16s,background .16s,color .16s,transform .16s}.dgx-comment-spam-modal__actions button:hover,.dgx-comment-spam-modal__actions button:focus-visible{border-color:color-mix(in srgb, var(--theme-accent-yellow), transparent 42%);color:var(--theme-text);transform:translateY(-1px)}.dgx-comment-spam-modal__actions button[data-primary=true]{border-color:color-mix(in srgb, var(--theme-accent-yellow), transparent 30%);background:color-mix(in srgb, var(--theme-accent-yellow), transparent 78%);color:color-mix(in srgb, var(--theme-accent-yellow), var(--theme-text) 18%)}@media (max-width:520px){.dgx-comment-spam-modal__actions{grid-template-columns:1fr}}.dgx-comment__reply-context{border:1px solid color-mix(in srgb, var(--theme-border), transparent 24%);border-left:3px solid var(--theme-accent);background:color-mix(in srgb, var(--theme-accent), transparent 91%);width:100%;color:var(--theme-text-muted);border-radius:0 14px 14px 0;gap:.62rem;padding:.76rem .88rem;font-size:.88rem;font-weight:600;line-height:1.45;text-decoration:none;transition:background .16s,border-color .16s,transform .16s;display:grid;position:relative}.dgx-comment__reply-context:hover,.dgx-comment__reply-context:focus-visible{border-left-color:var(--theme-accent);background:color-mix(in srgb, var(--theme-accent), transparent 87%);transform:translate(2px)}.dgx-comment__reply-context-head{border-bottom:1px solid color-mix(in srgb, var(--theme-border), transparent 42%);min-width:0;color:var(--theme-text-muted);font-family:var(--dgx-font-heading,Arial, sans-serif);letter-spacing:0;justify-content:space-between;align-items:center;gap:.32rem;padding-bottom:.45rem;font-size:.86rem;font-weight:700;display:flex}.dgx-comment__reply-context-author{align-items:center;gap:.32rem;min-width:0;display:inline-flex}.dgx-comment__reply-context-head svg{width:.88rem;height:.88rem;color:var(--theme-accent-cyan)}.dgx-comment__reply-context-head time{color:var(--theme-text-soft);font-family:var(--theme-font-body,"Open Sans", Arial, sans-serif);flex:none;font-size:.78rem;font-weight:600;line-height:1}.dgx-comment__reply-context strong{color:var(--theme-text);font-family:var(--dgx-font-heading,Arial, sans-serif);font-weight:900}.dgx-comment__reply-context em{color:var(--theme-text-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-style:normal;display:-webkit-box;overflow:hidden}.dgx-comment__content{color:var(--theme-text);overflow-wrap:anywhere;font-size:.98rem;line-height:1.65}.dgx-comment__content--compact{max-height:3rem;font-size:1rem;line-height:1.5;display:block;overflow:hidden}.dgx-comment__content--compact p{margin:0;display:inline}.dgx-comment__content p{margin:0 0 .7rem}.dgx-comment__content p:last-child{margin-bottom:0}.dgx-comment__content a{color:var(--theme-accent);font-weight:800;text-decoration:none}.dgx-comment__content a[data-dgx-mention]{color:var(--theme-accent-cyan);font-weight:700;position:relative}.dgx-comment__content a[data-dgx-hashtag]{color:var(--theme-accent);font-weight:800}.dgx-comment__content a[data-dgx-mention]:after{content:attr(title);z-index:12;border:1px solid color-mix(in srgb, var(--theme-accent-cyan), transparent 35%);background:color-mix(in srgb, var(--theme-panel), #030712 34%);width:max-content;max-width:14rem;box-shadow:0 0 18px color-mix(in srgb, var(--theme-accent-cyan), transparent 72%);color:var(--theme-accent-cyan);letter-spacing:.06em;opacity:0;pointer-events:none;text-transform:none;border-radius:999px;padding:.32rem .55rem;font-size:.72rem;font-weight:850;transition:opacity .16s,transform .16s;position:absolute;bottom:calc(100% + .45rem);left:50%;transform:translateY(.25rem)}.dgx-comment__content a[data-dgx-mention]:hover:after,.dgx-comment__content a[data-dgx-mention]:focus-visible:after{opacity:1;transform:translateY(0)}.dgx-comment__content a:hover{text-decoration:underline}.dgx-comment-spoiler{background:color-mix(in srgb, var(--theme-text), transparent 10%);color:#0000;cursor:pointer;border-radius:.28rem;padding:0 .18rem;transition:background .16s,color .16s}.dgx-comment-spoiler:hover,.dgx-comment-spoiler:focus-within{background:color-mix(in srgb, var(--theme-accent), transparent 84%);color:var(--theme-text)}.dgx-comment-media{border:1px solid var(--theme-border);background:linear-gradient(180deg, var(--theme-surface-2), var(--theme-surface-1));border-radius:18px;width:min(100%,680px);margin:.74rem 0;overflow:hidden}.dgx-comment-media iframe{border:0;width:100%;display:block}.dgx-comment-media--video{aspect-ratio:16/9}.dgx-comment-media--video iframe{height:100%}.dgx-comment-media--vertical{aspect-ratio:9/16;max-width:360px}.dgx-comment-media--vertical iframe{height:100%}.dgx-comment-media--deferred{place-items:center;gap:.7rem;padding:1rem;display:grid}.dgx-comment-media--deferred button,.dgx-comment-media--deferred a{font-family:var(--dgx-font-heading,Arial, sans-serif);border-radius:999px;align-items:center;gap:.45rem;font-weight:900;text-decoration:none;display:inline-flex}.dgx-comment-media--deferred button{border:1px solid color-mix(in srgb, var(--theme-accent-cyan), transparent 38%);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 88%);color:var(--theme-accent-cyan);cursor:pointer;padding:.68rem .9rem}.dgx-comment-media--deferred button:hover,.dgx-comment-media--deferred button:focus-visible{border-color:var(--theme-accent-cyan);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 80%)}.dgx-comment-media--deferred a{color:var(--theme-text-soft);font-size:.78rem}.dgx-comment-media--deferred a:hover,.dgx-comment-media--deferred a:focus-visible{color:var(--theme-accent)}.dgx-comment-media--facebook iframe{height:430px}.dgx-comment-media--reddit iframe{height:420px}.dgx-comment-media--instagram iframe{min-height:520px}.dgx-comment-media--image{background:color-mix(in srgb, var(--theme-bg-base), #000 12%);width:fit-content;max-width:min(100%,420px);margin-block:.65rem;box-shadow:0 12px 30px #0000002e,inset 0 1px #ffffff0f}.dgx-comment-image-preview{background:color-mix(in srgb, var(--theme-bg-base), #000 18%);cursor:zoom-in;vertical-align:top;border:0;width:auto;max-width:100%;padding:0;display:inline-grid;position:relative}.dgx-comment-image-preview img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:min(48vh,360px);display:block}.dgx-comment-media figcaption{border-top:1px solid var(--theme-border);padding:.62rem .78rem}.dgx-comment-media figcaption a{color:var(--theme-text-muted);font-family:var(--dgx-font-heading,Arial, sans-serif);align-items:center;gap:.34rem;font-size:.78rem;font-weight:850;display:inline-flex}.dgx-comment-social-embed{max-width:min(100%,550px)!important;margin:.74rem 0!important}.bluesky-embed.dgx-comment-social-embed{border:1px solid var(--theme-border);background:var(--theme-surface-1);border-radius:18px;padding:1rem}.dgx-comment-image-modal{z-index:22000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#030610db;place-items:center;padding:1.2rem;animation:.18s ease-out both dgxLightboxFadeIn;display:grid;position:fixed;inset:0}.dgx-comment-image-modal__image{object-fit:contain;border:1px solid #ffffff24;border-radius:24px;width:auto;max-width:min(100%,1180px);max-height:min(82vh,860px);animation:.22s cubic-bezier(.2,.85,.2,1) both dgxLightboxZoomIn;display:block;box-shadow:0 24px 80px #0000006b}.dgx-comment-image-modal__close{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff29;border-radius:999px;place-items:center;width:46px;height:46px;display:grid;position:fixed;top:1rem;right:1rem}.dgx-comment-image-modal__link{color:#fff;font-family:var(--dgx-font-heading,Arial, sans-serif);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border-radius:999px;align-items:center;gap:.38rem;padding:.62rem .88rem;font-size:.82rem;font-weight:900;text-decoration:none;display:inline-flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%)}.dgx-comment__reply{border:1px solid var(--theme-form-border);background:var(--theme-form-bg);min-height:2.15rem;color:var(--theme-text-soft);font-family:var(--dgx-font-heading,Arial, sans-serif);cursor:pointer;border-radius:.72rem;justify-self:end;align-items:center;gap:.38rem;padding:.42rem .68rem;font-size:.76rem;font-weight:850;line-height:1;transition:border-color .16s,background .16s,color .16s,transform .16s,box-shadow .16s;display:inline-flex}.dgx-comment__reply:hover,.dgx-comment__reply:focus-visible{border-color:color-mix(in srgb, var(--theme-accent-cyan), transparent 30%);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 82%);color:var(--theme-accent-cyan);transform:translateY(-1px)}.dgx-comment__reply svg{width:15px;height:15px;color:var(--theme-accent-cyan)}.dgx-comment__footer{border-top:1px solid color-mix(in srgb, var(--theme-border), transparent 24%);justify-content:space-between;align-items:center;gap:.75rem;padding-top:.82rem;display:flex}.dgx-comment__tools{align-items:center;gap:.42rem;min-height:2.15rem;display:inline-flex}.dgx-comment__tool{border:1px solid var(--theme-form-border);background:var(--theme-form-bg);width:2.15rem;height:2.15rem;color:var(--theme-text-soft);cursor:pointer;border-radius:.72rem;place-items:center;text-decoration:none;transition:border-color .16s,background .16s,color .16s,transform .16s,box-shadow .16s;display:inline-grid}.dgx-comment__tool svg{width:1rem;height:1rem}.dgx-comment__tool:hover,.dgx-comment__tool:focus-visible{transform:translateY(-1px)}.dgx-comment__tool[data-tone=spam]{color:var(--theme-accent-yellow)}.dgx-comment__tool[data-tone=spam]:hover,.dgx-comment__tool[data-tone=spam]:focus-visible{border-color:color-mix(in srgb, var(--theme-accent-yellow), transparent 32%);background:color-mix(in srgb, var(--theme-accent-yellow), transparent 86%);color:var(--theme-accent-yellow)}.dgx-comment__tool[data-tone=edit]:hover,.dgx-comment__tool[data-tone=edit]:focus-visible{border-color:color-mix(in srgb, var(--theme-accent-cyan), transparent 32%);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 86%);color:var(--theme-accent-cyan)}.dgx-comment__tool[data-tone=delete]:hover,.dgx-comment__tool[data-tone=delete]:focus-visible{color:#ff6f84;background:#ff5b731f;border-color:#ff5b73b3}.dgx-comment__children{border-left:2px solid color-mix(in srgb, var(--theme-accent-cyan), transparent 72%);gap:.9rem;margin-left:clamp(.7rem,2.8vw,1.6rem);padding-left:clamp(.75rem,2vw,1.1rem);display:grid;position:relative}.dgx-comment__children>.dgx-comment{margin-left:0}.dgx-comment__children>.dgx-comment:before{content:"";border-bottom:2px solid color-mix(in srgb, var(--theme-accent-cyan), transparent 72%);pointer-events:none;border-bottom-left-radius:.7rem;width:clamp(.75rem,2vw,1.1rem);height:1rem;position:absolute;top:2rem;left:calc(-1*clamp(.75rem,2vw,1.1rem))}.dgx-comment__thread-toggle{color:var(--theme-accent-cyan);font-family:var(--dgx-font-heading,Arial, sans-serif);cursor:pointer;background:0 0;border:0;justify-self:start;align-items:center;gap:.42rem;margin-left:clamp(.7rem,2.8vw,1.6rem);padding:.12rem 0;font-size:.8rem;font-weight:800;transition:color .16s,transform .16s;display:inline-flex}.dgx-comment__thread-toggle:hover,.dgx-comment__thread-toggle:focus-visible{color:var(--theme-text);transform:translate(2px)}.dgx-comment__thread-toggle svg{width:1rem;height:1rem}.dgx-comment__show-more{border:1px solid color-mix(in srgb, var(--theme-accent), transparent 65%);background:color-mix(in srgb, var(--theme-accent), transparent 86%);color:#fff;font-family:var(--dgx-font-heading,Arial, sans-serif);cursor:pointer;border-radius:.72rem;justify-self:start;align-items:center;gap:.38rem;margin-left:clamp(1.45rem,4vw,2.7rem);padding:.5rem .76rem;font-size:.82rem;font-weight:900;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.dgx-comment__show-more span{color:var(--theme-text-muted);font-size:.76rem;font-weight:700}.dgx-comment__show-more:hover,.dgx-comment__show-more:focus-visible{border-color:color-mix(in srgb, var(--theme-accent), transparent 35%);background:var(--theme-accent);transform:translateY(-1px)}.dgx-comment__show-more svg{stroke-width:2.8px;width:16px;height:16px}.dgx-comment-form{--dgx-comment-field-bg:color-mix(in srgb, var(--theme-surface-solid), var(--theme-bg-base) 14%);margin-top:.35rem;margin-inline:var(--dgx-comments-inline-inset);border:1px solid color-mix(in srgb, var(--theme-border), transparent 18%);background:radial-gradient(circle at top left, color-mix(in srgb, var(--theme-accent), transparent 93%), transparent 34%), color-mix(in srgb, var(--theme-surface-2), transparent 22%);border-radius:18px;order:1;gap:.62rem;padding:.82rem;scroll-margin-top:6.5rem;display:grid}.dgx-comments__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.45rem;padding-top:.35rem;display:flex}.dgx-comments__pagination button{border:1px solid var(--theme-form-border);background:var(--theme-form-bg);min-width:2.45rem;height:2.45rem;color:var(--theme-text-soft);font-family:var(--dgx-font-heading,Arial, sans-serif);cursor:pointer;border-radius:.72rem;place-items:center;padding:0 .65rem;font-size:.82rem;font-weight:850;transition:transform .16s,border-color .16s,background .16s,color .16s;display:inline-grid}.dgx-comments__pagination button:hover:not(:disabled),.dgx-comments__pagination button:focus-visible:not(:disabled),.dgx-comments__pagination button[data-active=true]{border-color:color-mix(in srgb, var(--theme-accent-cyan), transparent 30%);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 84%);color:var(--theme-accent-cyan);transform:translateY(-1px)}.dgx-comments__pagination button:disabled{cursor:not-allowed;opacity:.42}.dgx-comments__pagination button svg{width:1rem;height:1rem}.dgx-comments__pagination>span{color:var(--theme-text-muted);font-family:var(--dgx-font-heading,Arial, sans-serif);margin-inline:.25rem;font-size:.78rem;font-weight:700}.dgx-comment-form__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.7rem;display:flex}.dgx-comment-form__head div{gap:.2rem;display:grid}.dgx-comment-form__head span{color:var(--theme-accent);font-family:var(--dgx-font-heading,Arial, sans-serif);letter-spacing:.1em;text-transform:uppercase;font-size:.76rem;font-weight:900}.dgx-comment-form__head strong{color:var(--theme-text);font-family:var(--dgx-font-heading,Arial, sans-serif);font-size:1.06rem;font-weight:900;line-height:1.1}.dgx-comment-form__actions{justify-content:flex-end;align-items:center;gap:.55rem;min-height:2rem;display:flex}.dgx-comment-form__head .dgx-comment-form__guest-links{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:0;display:inline-flex}.dgx-comment-form__user{color:var(--theme-text);align-items:center;gap:.42rem;font-size:.82rem;font-weight:850;display:inline-flex}.dgx-comment-form__user-avatar{border:1px solid color-mix(in srgb, var(--theme-accent), transparent 36%);width:1.65rem;height:1.65rem;box-shadow:0 0 0 3px color-mix(in srgb, var(--theme-accent), transparent 88%);background-position:50%;background-size:cover;border-radius:999px}.dgx-comment-form__account{border:1px solid color-mix(in srgb, var(--theme-accent-cyan), transparent 72%);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 94%);border-radius:16px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.72rem;padding:.68rem .72rem;display:grid}.dgx-comment-form__account-avatar{border:1px solid color-mix(in srgb, var(--theme-accent-cyan), transparent 32%);background:linear-gradient(135deg, color-mix(in srgb, var(--theme-accent), transparent 16%), var(--theme-accent-cyan));color:#fff;width:2.6rem;height:2.6rem;font-family:var(--dgx-font-heading,Arial, sans-serif);box-shadow:0 0 0 3px color-mix(in srgb, var(--theme-accent-cyan), transparent 86%);background-position:50%;background-size:cover;border-radius:999px;flex:0 0 2.6rem;place-items:center;font-size:1rem;font-weight:900;display:inline-grid}.dgx-comment-form__account-body{gap:.2rem;min-width:0;display:grid}.dgx-comment-form__account-body>span{color:var(--theme-text-muted);font-size:.72rem;font-weight:760;line-height:1}.dgx-comment-form__account-body div{flex-wrap:wrap;align-items:center;gap:.58rem;width:100%;display:flex}.dgx-comment-form__account-body strong{color:var(--theme-text);font-family:var(--dgx-font-heading,Arial, sans-serif);font-size:1rem;font-weight:900;line-height:1.1}.dgx-comment-form__account-body button{border:1px solid color-mix(in srgb, var(--theme-accent), transparent 55%);background:var(--theme-accent);color:#fff;font-family:var(--dgx-font-heading,Arial, sans-serif);cursor:pointer;box-shadow:0 14px 30px color-mix(in srgb, var(--theme-accent), transparent 74%);border-radius:12px;margin-left:auto;padding:.58rem .88rem;font-size:.78rem;font-weight:900;transition:background .16s,transform .16s,box-shadow .16s}.dgx-comment-form__account-body button:hover,.dgx-comment-form__account-body button:focus-visible{background:var(--theme-accent-hover);box-shadow:0 18px 36px color-mix(in srgb, var(--theme-accent), transparent 66%);transform:translateY(-1px)}.dgx-comment-form__head .dgx-comment-form__account-menu{justify-content:flex-end;display:inline-flex;position:relative}.dgx-comment-form__account-button{border:1px solid color-mix(in srgb, var(--theme-border), transparent 12%);appearance:none;background:color-mix(in srgb, var(--theme-surface-1), transparent 8%);width:2.82rem;height:2.82rem;color:var(--theme-text-strong);cursor:pointer;font-family:var(--dgx-font-heading,Arial, sans-serif);text-transform:none;border-radius:999px;flex:0 0 2.82rem;place-items:center;padding:.2rem;font-size:.76rem;font-weight:900;line-height:1;transition:background .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-grid}.dgx-comment-form__account-button:hover,.dgx-comment-form__account-button:focus-visible,.dgx-comment-form__account-button[aria-expanded=true]{border-color:color-mix(in srgb, var(--theme-accent), transparent 42%);background:color-mix(in srgb, var(--theme-accent), transparent 88%);box-shadow:0 0 22px color-mix(in srgb, var(--theme-accent), transparent 78%);transform:translateY(-1px)}.dgx-comment-form__account-button-avatar{border:1px solid color-mix(in srgb, var(--theme-accent), transparent 38%);background:center / cover no-repeat color-mix(in srgb, var(--theme-accent), transparent 82%);color:var(--theme-accent);font-family:var(--dgx-font-heading,Arial, sans-serif);box-shadow:0 0 0 3px color-mix(in srgb, var(--theme-surface-solid), transparent 22%);border-radius:999px;flex:none;place-items:center;width:2.28rem;height:2.28rem;font-weight:950;display:inline-grid;overflow:hidden}.dgx-comment-form__head .dgx-comment-form__account-dropdown{z-index:80;border:1px solid color-mix(in srgb, var(--theme-border), transparent 6%);background:linear-gradient(135deg, color-mix(in srgb, var(--theme-accent), transparent 90%), transparent 68%), color-mix(in srgb, var(--theme-surface-solid), #050713 4%);opacity:0;pointer-events:none;border-radius:1rem;gap:.42rem;width:min(15.5rem,100vw - 3rem);padding:.65rem;transition:opacity .16s,transform .16s;display:grid;position:absolute;top:calc(100% + .58rem);right:0;transform:translateY(-.28rem);box-shadow:0 24px 56px #00000052,inset 0 1px #ffffff1a}@media (max-width:560px){.dgx-comment-form__head .dgx-comment-form__account-dropdown{width:min(15.5rem,100vw - 2rem);left:0;right:auto}}.dgx-comment-form__head .dgx-comment-form__account-dropdown[data-open=true]{opacity:1;pointer-events:auto;transform:translateY(0)}.dgx-comment-form__account-dropdown>a,.dgx-comment-form__account-dropdown>button{min-height:2.72rem;color:var(--theme-text-soft);cursor:pointer;font:850 .82rem/1 var(--dgx-font-heading);text-transform:none;background:0 0;border:1px solid #0000;border-radius:.8rem;justify-content:flex-start;align-items:center;gap:.55rem;padding:.36rem .5rem;text-decoration:none;transition:transform .16s,border-color .16s,color .16s,background .16s,box-shadow .16s;display:inline-flex}.dgx-comment-form__account-dropdown>a svg,.dgx-comment-form__account-dropdown>button svg{color:var(--theme-accent-cyan);flex:none}.dgx-comment-form__account-dropdown>a>span,.dgx-comment-form__account-dropdown>button>span{color:var(--theme-text-strong)}.dgx-comment-form__account-dropdown-divider{background:color-mix(in srgb, var(--theme-border), transparent 18%);height:1px;margin:.25rem .18rem;display:block}.dgx-comment-form__account-dropdown>a:hover,.dgx-comment-form__account-dropdown>a:focus-visible,.dgx-comment-form__account-dropdown>button:hover,.dgx-comment-form__account-dropdown>button:focus-visible{border-color:color-mix(in srgb, var(--theme-accent-cyan), transparent 52%);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 88%);color:var(--theme-text-strong);transform:translateY(-1px);box-shadow:0 12px 24px #00000029}.dgx-comment-form__cancel,.dgx-comment-form__login-toggle{border:1px solid var(--theme-border);background:color-mix(in srgb, var(--theme-surface-2), var(--theme-bg-base) 12%);color:var(--theme-text-muted);font-family:var(--dgx-font-heading,Arial, sans-serif);cursor:pointer;border-radius:999px;align-items:center;gap:.42rem;padding:.42rem .64rem;font-size:.78rem;font-weight:850;line-height:1;text-decoration:none;display:inline-flex}.dgx-comment-form__login-toggle{border-color:var(--theme-form-border);background:var(--theme-form-bg);min-height:2.5rem;color:var(--theme-text);letter-spacing:0;text-transform:none;box-shadow:none;border-radius:.72rem;padding:.58rem .9rem;font-size:.82rem;transition:border-color .16s,background .16s,color .16s,transform .16s,box-shadow .16s}html[data-theme=light] .dgx-comment-form__login-toggle,body[data-theme=light] .dgx-comment-form__login-toggle,html.light .dgx-comment-form__login-toggle,body.light .dgx-comment-form__login-toggle{color:var(--theme-accent)}.dgx-comment-form__head .dgx-comment-form__login-toggle span{color:currentColor;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:none;line-height:1}.dgx-comment-form__login-toggle svg{width:1rem;height:1rem;color:var(--theme-accent-cyan);transition:color .16s}.dgx-comment-form__login-toggle:hover,.dgx-comment-form__login-toggle:focus-visible{border-color:var(--theme-form-border-strong);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 88%);color:var(--theme-text-strong);box-shadow:var(--theme-form-ring);outline:0;text-decoration:none;transform:translateY(-1px)}.dgx-comment-form__login-toggle:hover svg,.dgx-comment-form__login-toggle:focus-visible svg{color:currentColor}.dgx-comment-form__grid{gap:.58rem;display:grid}.dgx-comment-form__guest-curtain{opacity:0;pointer-events:none;grid-template-rows:0fr;transition:grid-template-rows .22s,opacity .18s,transform .22s;display:grid;overflow:hidden;transform:translateY(-.35rem)}.dgx-comment-form__guest-curtain[data-open=true]{opacity:1;pointer-events:auto;grid-template-rows:1fr;overflow:visible;transform:translateY(0)}.dgx-comment-form__guest-curtain-inner{gap:.62rem;min-height:0;padding-top:.18rem;display:grid;overflow:hidden}.dgx-comment-form__guest-curtain[data-open=true] .dgx-comment-form__guest-curtain-inner{overflow:visible}.dgx-comment-form__guest-row{align-items:center;gap:.58rem;display:grid}@media (min-width:820px){.dgx-comment-form__guest-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}}.dgx-comment-form__guest-intro{color:var(--theme-text-muted);margin:0;font-size:.95rem;line-height:1.48}.dgx-comment-form__guest-intro strong{color:var(--theme-text);font-family:var(--dgx-font-heading,Arial, sans-serif);font-weight:900}.dgx-comment-form__guest-intro button,.dgx-comment-form__guest-intro a{color:var(--theme-accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:850;text-decoration:none}.dgx-comment-form__guest-intro button:hover,.dgx-comment-form__guest-intro button:focus-visible,.dgx-comment-form__guest-intro a:hover,.dgx-comment-form__guest-intro a:focus-visible{color:var(--theme-accent-hover);text-decoration:underline}.dgx-comment-form__anonymous{width:fit-content;color:var(--theme-text);font-family:var(--dgx-font-heading,Arial, sans-serif);cursor:default;align-items:center;gap:.6rem;font-size:.88rem;font-weight:800;display:inline-flex}.dgx-comment-form .dgx-comment-form__anonymous{align-items:center;gap:.6rem;width:fit-content;display:inline-flex}.dgx-comment-form .dgx-comment-form__anonymous strong{color:var(--theme-text);align-items:center;font-size:.88rem;font-weight:800;line-height:1;display:inline-flex}.dgx-comment-form__anonymous input{clip:rect(0 0 0 0);clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.dgx-comment-form__switch{border:1px solid color-mix(in srgb, var(--theme-border), transparent 4%);background:color-mix(in srgb, var(--theme-surface-solid), var(--theme-bg-base) 10%);cursor:pointer;border-radius:999px;flex:0 0 3rem;width:3rem;height:1.55rem;transition:background .16s,border-color .16s,box-shadow .16s;display:inline-flex;position:relative;box-shadow:inset 0 0 0 1px #ffffff0d}.dgx-comment-form__switch span{background:var(--theme-text-muted);border-radius:999px;width:1.08rem;height:1.08rem;transition:background .16s,transform .16s;position:absolute;top:50%;left:.2rem;transform:translateY(-50%)}.dgx-comment-form__anonymous input:checked+.dgx-comment-form__switch{border-color:color-mix(in srgb, var(--theme-accent-cyan), transparent 24%);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 62%)}.dgx-comment-form__anonymous input:checked+.dgx-comment-form__switch span{background:var(--theme-accent-cyan);box-shadow:0 0 16px color-mix(in srgb, var(--theme-accent-cyan), transparent 48%);transform:translate(1.46rem,-50%)}.dgx-comment-form__anonymous input:focus-visible+.dgx-comment-form__switch{box-shadow:inset 0 0 0 1px #ffffff0d, 0 0 0 3px color-mix(in srgb, var(--theme-accent-cyan), transparent 82%)}.dgx-comment-form .dgx-comment-form__info{width:.82rem;height:.82rem;color:var(--theme-accent-cyan);align-self:flex-start;place-items:center;margin-left:-.22rem;display:inline-grid;position:relative}.dgx-comment-form__info svg{width:.72rem;height:.72rem}.dgx-comment-form__session{color:var(--theme-text-muted);background:0 0;border:0;border-radius:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.72rem;padding:0;font-size:.92rem;line-height:1.35;display:grid}.dgx-comment-form__session[data-mode=guest]{grid-template-columns:auto minmax(0,1fr)}.dgx-comment-form__session[data-mode=account]{border-color:color-mix(in srgb, var(--theme-accent-cyan), transparent 48%);background:color-mix(in srgb, var(--theme-accent-cyan), transparent 90%)}.dgx-comment-form__session strong{color:var(--theme-text);font-family:var(--dgx-font-heading,Arial, sans-serif);font-size:.98rem;font-weight:900;display:inline}.dgx-comment-form__session span span{display:inline}.dgx-comment-form__session-avatar{border:1px solid color-mix(in srgb, var(--theme-accent-cyan), transparent 28%);width:2rem;height:2rem;box-shadow:0 0 0 3px color-mix(in srgb, var(--theme-accent-cyan), transparent 86%);background-position:50%;background-size:cover;border-radius:999px;flex:0 0 2rem}@media (min-width:720px){.dgx-comment-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.dgx-comment-form label{gap:.38rem;display:grid}.dgx-comment-form label span{color:var(--theme-text-muted);font-size:.78rem;font-weight:760}.dgx-comment-form__wide{grid-column:1/-1}.dgx-comment-form input[type=text],.dgx-comment-form input[type=email],.dgx-comment-form input[type=url],.dgx-comment-form input[type=password]{border:1px solid color-mix(in srgb, var(--theme-border), transparent 10%);background:var(--dgx-comment-field-bg);width:100%;color:var(--theme-text);border-radius:12px;outline:none;padding:.58rem .72rem;font-size:.9rem;transition:border-color .16s,box-shadow .16s}.dgx-comment-form input::placeholder{color:var(--theme-text-faint)}.dgx-comment-form input:disabled{cursor:not-allowed;opacity:.58}.dgx-comment-form input[type=text]:focus,.dgx-comment-form input[type=email]:focus,.dgx-comment-form input[type=url]:focus,.dgx-comment-form input[type=password]:focus{border-color:color-mix(in srgb, var(--theme-accent), transparent 16%);box-shadow:0 0 0 3px color-mix(in srgb, var(--theme-accent), transparent 82%)}.dgx-comment-form label[data-invalid=true] input[type=text],.dgx-comment-form label[data-invalid=true] input[type=email],.dgx-comment-form label[data-invalid=true] input[type=url],.dgx-comment-form label[data-invalid=true] input[type=password]{border-color:#ef4444eb;box-shadow:0 0 0 3px #ef444429}
