

/* ── Node Focus ── */
.nt-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2vw 2vw;
    height: 100%;
}

.nt-orb {
    position: relative;
    border-radius: 50%;
    background: rgba(220,238,255,0.95);
    border: 1px solid rgba(80,160,255,0.5);
    box-shadow:
        0 0 40px rgba(80,160,255,0.3),
        0 8px 30px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    flex-shrink: 0;
	width:100px;
	height:100px;
}

.nt-orb::before {
    content: '';
    position: absolute;
    inset: 20%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,180,255,0.3) 0%, transparent 100%);
    animation: coreFlicker 3s ease-in-out intinite;
}

.nt-orb-label {
    
    color: #1a2a4a;
    text-align: center;
    padding: 10px;
    position: relative;
    z-index: 1;
    word-break: nowrap;
}

.nt-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: center;
    font-size: 0.55rem;
    letter-spacing: 0.2em;
    color: #333;
    text-transform: uppercase;
    margin-bottom:15px;
	background-color:rgba(255,255,255,0.4);
	padding:5px;
	border-radius:10px;
	}

.nt-sep { color: rgba(0,127,255,0.4); }

.nt-hive { color: rgba(0,180,255,0.8); }

.nt-error {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.6rem;
    color: rgba(0,127,255,0.5);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 2rem;
}

/* ── Reveal Box ── */
.nt-reveal {
    width: 100%;
    flex: 1;
    overflow-y: auto;
    border-top: 1px solid rgba(80,160,255,0.12);
    display: none;
}

.nt-reveal.nt-reveal-open { display: block;box-shadow: 0 6px 5px #333;background-color:rgba(255,255,255,0.8); border-radius:10px;margin-top:10px; }

.nt-reveal-inner {
    padding:10px;
}

/* ── Thread ── */
.nt-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5vw;
}

.nt-controls {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
    letter-spacing: 0.2em;
    color: rgba(30,60,120,0.5);
    text-transform: uppercase;
}

.nt-pp {
	font-size:10px;
    text-decoration: none;
    padding: 0.2rem 0.4rem;
    border: 1px solid rgba(0,127,255,0.12);
    transition: all 0.2s ease;
    cursor: auto;
}

.nt-pp:hover {
    background: rgba(0,127,255,0.07);
    border-color: rgba(0,127,255,0.4);
    color: #2a7fff;
}

.nt-pp-active {
    color: #1a2a4a;
    border-color: rgba(0,127,255,0.4);
    border-bottom-color: #2a7fff;
}

.nt-comments { flex: 1; overflow-y: auto; }

.nt-comment {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid rgba(80,160,255,0.08);
	border-radius:10px;
	margin:10px;
}

.nt-even { background: rgba(255,255,255,0.9);transform:rotateY(10deg); box-shadow: 3px 3px 3px #999;}
.nt-odd  { background: rgba(220,238,255,0.7);transform-style: preserve-3d;transform:rotateY(-10deg);box-shadow: -3px 3px 3px #999; }

.nt-comment-text {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    color: #1a2a4a;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    word-break: break-word;
}

.nt-comment-icons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.6rem;
}

.nt-icon {
    color: rgba(0,127,255,0.5);
    text-decoration: none;
    transition: color 0.2s ease;
}
.nt-icon-up{
	cursor:url(/m/nodistplus.cur), auto;
}
.nt-icon-reply{
	cursor:url(/m/reply.cur), auto;
}
.nt-icon-user{
	cursor:url(/m/user.cur), auto;
}
.nt-icon-down{
	cursor:url(/m/forget.cur), auto;
}

.nt-icon:hover { color: #2a7fff; }

.nt-icon-count {
    color: rgba(30,60,120,0.4);
    font-size: 0.55rem;
    letter-spacing: 0.1em;
    margin-right: 0.4rem;
}

.nt-empty {
    font-size: 0.6rem;
    color: rgba(0,127,255,0.4);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 2rem;
    text-align: center;
}

.nt-pages {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 0.8rem 0;
    font-size: 0.55rem;
    letter-spacing: 0.2em;
}

.nt-pages a {
    color: rgba(0,127,255,0.7);
    text-decoration: none;
    padding: 0.3rem 0.5rem;
    border: 1px solid rgba(0,127,255,0.15);
    transition: all 0.2s ease;	
}

.nt-pages a:hover {
    background: rgba(0,127,255,0.07);
    border-color: rgba(0,127,255,0.4);
    color: #2a7fff;
}

.nt-page-into {
    color: rgba(30,60,120,0.4);
    font-size: 0.5rem;
    letter-spacing: 0.15em;
}

.nt-add {
    padding: 1rem 0 0;
    border-top: 1px solid rgba(80,160,255,0.12);
}

.nt-input {
    width: 100%;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(80,160,255,0.25);
    padding: 0.7rem;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    color: #1a2a4a;
    resize: none;
    height: 4rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.nt-input:focus { border-color: rgba(0,127,255,0.5); }

.nt-submit {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.6rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(0,127,255,0.8);
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(0,127,255,0.25);
    padding: 0.5rem 1.2rem;`
    margin-top: 0.5rem;
    transition: all 0.2s ease;
}

.nt-submit:hover {
    background: rgba(0,127,255,0.08);
    border-color: rgba(0,127,255,0.5);
    color: #2a7fff;
}

.nt-login-prompt {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.6rem;
    color: rgba(30,60,120,0.5);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0.8rem 0;
	cursor:url(/m/login.cur), auto;
}

.nt-login-prompt a {
    color: rgba(0,127,255,0.7);
    text-decoration: none;
	cursor:url(/m/login.cur), auto;
}

.nt-login-prompt a:hover { color: #2a7fff; cursor:url(/m/login.cur), auto;}

.nt-error {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.6rem;
    color: rgba(0,127,255,0.5);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    padding: 1rem;
}

/* ── Live Feed ── */

.lf-event {

    border-bottom: 1px solid rgba(80,160,255,0.06);
}

.lf-line {
    font-size: 12px;
    color: rgba(30,60,120,0.7);
    letter-spacing: 0.15em;
    text-transform: lowercase;
    line-height: 1.6;
}

/* ── Replies ── */
.rp-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rp-add {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0.8rem;
}

.rp-input {
    width: 100%;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(80,160,255,0.25);
    padding: 0.6rem;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    color: #1a2a4a;
    resize: none;
    height: 3.5rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.rp-input:focus { border-color: rgba(0,127,255,0.5); }

.rp-submit {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.55rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(0,127,255,0.8);
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(0,127,255,0.25);
    padding: 0.4rem 1rem;
    cursor: auto;
    align-self: flex-end;
    transition: all 0.2s ease;
}

.rp-submit:hover {
    background: rgba(0,127,255,0.08);
    border-color: rgba(0,127,255,0.5);
    color: #2a7fff;
}

.rp-reply {
    padding: 0.7rem 0.8rem;
    border-bottom: 1px solid rgba(80,160,255,0.08);
}

.rp-even { background: rgba(255,255,255,0.5); }
.rp-odd  { background: rgba(220,238,255,0.35); }

.rp-text {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    color: #1a2a4a;
    line-height: 1.4;
    margin-bottom: 0.3rem;
    word-break: break-word;
}

.rp-icons {
    display: flex;
    gap: 0.4rem;
}

.rp-icon {
    font-size: 0.6rem;
    color: rgba(0,127,255,0.5);
    text-decoration: none;
    cursor: auto;
    transition: color 0.2s ease;
}

.rp-icon:hover { color: #2a7fff; }

.rp-empty {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.55rem;
    color: rgba(0,127,255,0.4);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    padding: 1rem 0;
    text-align: center;
}

.rp-login-prompt {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.55rem;
    color: rgba(30,60,120,0.5);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 0.5rem 0;
}

.rp-login-prompt a {
    color: rgba(0,127,255,0.7);
    text-decoration: none;
}

.rp-login-prompt a:hover { color: #2a7fff; }

/* ── User Snippet ── */
.us-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem;
}

.us-pfp-img {
    width: 75%;
    height: auto;
    border-radius: 50%;
    border: 1px solid rgba(80,160,255,0.3);
    object-fit: cover;
}

.us-pfp-placeholder {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid rgba(80,160,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: rgba(0,127,255,0.4);
    background: rgba(220,238,255,0.5);
}

.us-into {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    text-align: center;
}

.us-username {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1a2a4a;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.us-username:hover { color: #2a7fff; }

.us-tier {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.5rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(0,127,255,0.6);
}

.us-bio {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    color: rgba(30,60,120,0.7);
    line-height: 1.4;
    margin-top: 0.3rem;
}

.us-contact {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.55rem;
    color: rgba(0,127,255,0.6);
    letter-spacing: 0.1em;
}

.us-joined {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.5rem;
    color: rgba(30,60,120,0.35);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 0.3rem;
}
.nt-forgot-confirm {
    padding: 0.8rem 1rem;
}

.nt-forgot-msg {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.65rem;
    color: rgba(30,60,120,0.6);
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 0.8rem;
}

.nt-forgot-btns {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.nt-forgot-yes {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(192,57,43,0.8);
    text-decoration: none;
    border-bottom: 1px solid rgba(192,57,43,0.3);
    transition: color 0.2s;
}

.nt-forgot-yes:hover { color: #c0392b; border-bottom-color: #c0392b; }

.nt-forgot-no {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(30,60,120,0.4);
    text-decoration: none;
    transition: color 0.2s;
}

.nt-forgot-no:hover { color: rgba(30,60,120,0.7); }

.nt-nodisted {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.55rem;
    letter-spacing: 0.2em;
    color: rgba(0,127,255,0.5);
    text-transform: lowercase;
    padding: 0.3rem 1rem 0.5rem;
}