.article-list{list-style:none;margin:0;padding:0;display:block}.article-card{background:transparent;border-radius:0;padding:1rem 0;box-shadow:none;display:flex;flex-direction:column;gap:.4rem}.article-card+.article-card{margin-top:.75rem}.article-card__header{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;align-items:center}.article-card__header h3{margin:0;flex:1 1 auto;font-size:1.25rem;color:var(--headline-color)}.article-card__id{font-weight:500;color:var(--muted-text);background:transparent;padding:0;border-radius:0;font-size:.85rem;text-decoration:none;transition:color .15s ease;display:inline-block;cursor:pointer}.article-card__id:hover,.article-card__id:focus{color:var(--accent-color);outline:none}.article-card__updated{color:#94a3b8c7;font-size:.9rem}.article-card__content,.article-card__content p,.article-card__content ul,.article-card__content ol{color:#e2e8f0e0;line-height:1.7;margin:0;word-break:break-word;overflow-wrap:anywhere}.article-card__content img{max-width:100%;height:auto;display:block}.article-card__content-wrapper{position:relative;max-height:18rem;overflow:hidden;transition:max-height .3s ease}.article-card__content-wrapper--collapsible:not(.article-card__content-wrapper--expanded):after{content:"";position:absolute;inset:auto 0 0;height:4.5rem;pointer-events:none;background:linear-gradient(to bottom,#0000,#000000e6)}.article-card__content-wrapper--expanded{max-height:none}.article-card__content p+p{margin-top:.75rem}.article-card__content ul,.article-card__content ol{margin:.5rem 0 .75rem 1.25rem;padding:0}.article-card__content code{font-family:JetBrains Mono,Fira Code,Source Code Pro,monospace;font-size:.95rem;background:#2563eb33;color:#e2e8f0eb;padding:.15rem .4rem;border-radius:.4rem}.article-card__content pre code{display:block;padding:1rem 1.2rem;border-radius:.6rem;box-shadow:none;background:#0f172ae6;overflow-x:auto}.article-card__content a{color:#60a5fa;text-decoration:underline;word-break:break-all}.article-card__content h1,.article-card__content h2,.article-card__content h3,.article-card__content h4{margin:1rem 0 .6rem;color:var(--strong-text)}.article-card__content blockquote{margin:.75rem 0;padding:.75rem 1rem;border-left:none;background:transparent;border-radius:0;color:#e2e8f0d1}.article-card__no-content{margin:0;color:#94a3b8bf;line-height:1.65}.article-card__toggle{margin-top:.5rem;padding-inline:1rem;padding-block:.45rem;font-size:.95rem;align-self:flex-start;border-radius:.75rem}.empty-state{padding:1.25rem .25rem;background:transparent;border:none;border-radius:0;text-align:center;color:#94a3b8c7;font-weight:500}@media (max-width: 640px){.article-card{padding:.6rem 0}.article-card__header{align-items:flex-start;gap:.4rem}.article-card__header h3{font-size:1.05rem}.empty-state{padding:.85rem .25rem;border-radius:0}}.app{max-width:1180px;margin:0 auto;padding:1.5rem 1rem 2rem;color:var(--strong-text);background:#000;width:100%;box-sizing:border-box}.app__layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:1.25rem;align-items:start;width:100%}.app__layout--stacked{grid-template-columns:1fr}.app__layout--stacked .app__sidebar{position:static;max-height:none;box-shadow:0 14px 30px #02061773}.app__layout--stacked .app__sidebar-list{max-height:280px;-webkit-mask-image:none;mask-image:none}.app__sidebar{background:transparent;border:none;border-radius:0;padding:.5rem .75rem 1rem 0;box-shadow:none;display:flex;flex-direction:column;gap:.75rem;position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow:hidden}.app__sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.app__sidebar-tip{margin:0;padding:.5rem .75rem;border-radius:0;background:transparent;color:var(--muted-text);font-size:.85rem;line-height:1.55;box-shadow:none}.app__sidebar-header h2{margin:0;font-size:1.25rem;color:var(--headline-color)}.app__sidebar-count{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .65rem;border-radius:4px;background:#60a5fa40;color:var(--accent-color);font-weight:600}.app__sidebar-placeholder{margin:0;color:var(--muted-text);font-size:.95rem}.app__sidebar-list{list-style:none;margin:0;padding:0;overflow:auto;display:block;gap:.35rem;flex:1;min-height:0;-webkit-mask-image:linear-gradient(to bottom,#000 85%,#0000);mask-image:linear-gradient(to bottom,#000 85%,#0000);padding-right:.25rem}.app__sidebar-item{border-radius:4px;overflow:hidden;margin-bottom:.35rem}.app__sidebar-link{display:flex;flex-direction:column;gap:.2rem;padding:.7rem .85rem;text-decoration:none;background:#60a5fa26;border-radius:4px;transition:background .18s ease,transform .18s ease;font-size:.95rem;min-height:3rem}.app__sidebar-link:hover,.app__sidebar-link:focus-visible{background:#60a5fa40;outline:none;transform:translate(2px)}.app__sidebar-title{font-weight:600;line-height:1.4;word-break:break-word;color:#fff;opacity:1;font-size:.95rem}.app__sidebar-date{font-size:.75rem;color:#94a3b8!important;opacity:1;display:block;margin-top:.25rem}a.app__sidebar-link .app__sidebar-date{color:#94a3b8!important}.app__main{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.app__header{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;align-items:center}.app__header-inner{width:100%}.app__header-actions{flex:0 0 auto}.app__header-user{margin-left:auto}.app__title h1{font-size:clamp(1.75rem,3vw,2.4rem);margin:0;color:var(--headline-color)}.app__title p{margin:.35rem 0 0;color:var(--muted-text);max-width:48ch}.controls{display:grid;gap:.75rem}.toolbar{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;background:transparent;padding:.75rem .25rem .5rem;border-radius:0;border:none;box-shadow:none}.toolbar__label{font-weight:600;color:var(--strong-text)}.toolbar--actions{justify-content:flex-end}.stat-card{display:flex;gap:.75rem;align-items:center;background:transparent;border-radius:0;padding:.5rem .25rem .75rem;box-shadow:none}.stat-card__primary{display:flex;flex-direction:column;min-width:120px}.stat-card__primary h2{margin:0;font-size:clamp(2.2rem,3.2vw,3rem);color:var(--accent-color)}.stat-card__primary p{margin:.25rem 0 0;color:var(--muted-text);font-weight:500}.stat-card__meta{display:flex;flex-direction:column;gap:.35rem;color:var(--muted-text);font-size:.95rem}.status-bar{display:flex;align-items:center;gap:.6rem;background:transparent;border-radius:999px;padding:.5rem .75rem;border:none;box-shadow:none}.status-bar--error{box-shadow:0 10px 30px #dc262633}.status-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .9rem;border-radius:999px;background:#60a5fa33;color:var(--accent-color);font-weight:600;letter-spacing:.01em}.status-bar--error .status-chip{background:#dc26261f;color:#dc2626}.status-bar .message{flex:1;color:var(--strong-text)}.loader{width:1rem;height:1rem;border-radius:50%;border:2px solid rgba(37,99,235,.3);border-top-color:var(--accent-color);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.app__layout{grid-template-columns:1fr}.app__sidebar{position:static;max-height:none;box-shadow:0 14px 30px #02061773}.app__sidebar-list{max-height:280px;-webkit-mask-image:none;mask-image:none}.app__layout--stacked .app__sidebar-tip{background:#0f172aa6;box-shadow:none}}@media (max-width: 640px){.app{padding:.5rem .5rem 1rem}.stat-card{flex-direction:column;align-items:flex-start}.app__sidebar{padding:.5rem .5rem .75rem}.app__sidebar-link{padding:.4rem}.app__header-inner{flex-direction:column;align-items:stretch;gap:1rem}.app__header-actions{width:100%;justify-content:space-between}.app__header-actions button,.app__header-actions a button{width:100%}.app__header-user{width:100%;justify-content:space-between}.app__header-user>button{margin-left:auto}.controls{gap:.75rem}.toolbar{flex-direction:column;align-items:stretch}.toolbar__label{width:100%;margin-bottom:.25rem}.toolbar select,.toolbar input,.toolbar button{width:100%}.article-card{margin-top:.25rem!important}.article-card__header{flex-direction:column;align-items:flex-start;gap:.5rem}.article-card__header h1{font-size:1.4rem!important;line-height:1.3}.article-card__content{font-size:.95rem;line-height:1.6}.article-card__content h1,.article-card__content h2,.article-card__content h3{font-size:1.2rem;margin:.75rem 0 .5rem}.article-card__content p{margin-bottom:.5rem}.article-card__content ul,.article-card__content ol{margin:.25rem 0 .5rem 1rem;padding:0}}@media (max-width: 480px){.app{padding:.75rem .4rem 1rem}.article-card{padding:.75rem .6rem!important}.article-card__header h1{font-size:1.25rem!important}.article-card__content{font-size:.9rem}.article-card__id{padding:.25rem .5rem;font-size:.8rem}}.article-edit{min-height:100vh;background:var(--body-bg);padding:1.5rem}.article-edit__container{max-width:900px;margin:0 auto}.article-edit__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.article-edit__header h1{margin:0;color:var(--strong-text);font-size:2rem}.article-edit__cancel-link{color:var(--muted-text);text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:all .2s}.article-edit__cancel-link:hover{color:var(--strong-text);background:var(--surface-bg)}.article-edit__loading,.article-edit__error{background:var(--card-bg);padding:3rem;border-radius:4px;text-align:center}.article-edit__error h2{color:var(--error-color);margin-top:0}.article-edit__error-banner{background:#ef44441a;border:1px solid var(--error-color);color:var(--error-color);padding:1rem;border-radius:4px;margin-bottom:1.5rem}.article-edit__back-button{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:var(--accent-color);color:#fff;text-decoration:none;border-radius:4px;transition:all .2s}.article-edit__back-button:hover{background:var(--accent-hover);transform:translateY(-1px)}.article-edit__form{background:var(--card-bg);padding:1.5rem;border-radius:4px;box-shadow:0 2px 8px #02061726}.article-edit__field{margin-bottom:1.1rem}.article-edit__label{display:block;margin-bottom:.5rem;color:var(--strong-text);font-weight:500}.article-edit__input,.article-edit__textarea{width:100%;padding:.75rem;border:1px solid rgba(148,163,184,.3);border-radius:4px;background:var(--surface-bg);color:var(--strong-text);font-family:inherit;font-size:1rem;transition:all .2s}.article-edit__input:focus,.article-edit__textarea:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #60a5fa1a}.article-edit__input:disabled,.article-edit__textarea:disabled{opacity:.6;cursor:not-allowed}.article-edit__textarea{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.95rem;line-height:1.6;resize:vertical;min-height:400px}.article-edit__actions{display:flex;gap:1rem;margin-top:2rem}.article-edit__save-button{padding:.875rem 2rem;background:var(--accent-color);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.article-edit__save-button:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #60a5fa4d}.article-edit__save-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.article-edit__cancel-button{padding:.875rem 2rem;background:transparent;color:var(--muted-text);border:1px solid rgba(148,163,184,.3);border-radius:4px;font-size:1rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;transition:all .2s}.article-edit__cancel-button:hover{color:var(--strong-text);border-color:var(--strong-text);background:var(--surface-bg)}@media (max-width: 640px){.article-edit{padding:.9rem .6rem}.article-edit__container{max-width:100%}.article-edit__header{flex-direction:column;align-items:flex-start;gap:.6rem;margin-bottom:1rem}.article-edit__header h1{font-size:1.5rem}.article-edit__form{padding:1rem .8rem}.article-edit__field{margin-bottom:.9rem}.article-edit__textarea{min-height:220px}.article-edit__actions{flex-direction:column;margin-top:1.25rem}.article-edit__save-button,.article-edit__cancel-button{width:100%;justify-content:center}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background:#fff;padding:2.5rem 1.75rem;border-radius:16px;box-shadow:0 20px 60px #0000004d;text-align:center;max-width:400px;width:90%}.login-card h1{margin:0 0 .5rem;color:#1a202c;font-size:2rem}.login-card p{color:#718096;margin:0 0 2rem}.google-login-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;background:#fff;color:#1a202c;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.google-login-btn:hover{background:#f7fafc;border-color:#cbd5e0;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.google-login-btn:active{transform:translateY(0)}@media (max-width: 640px){.login-container{padding:1rem .75rem}.login-card{padding:1.75rem 1.25rem;width:100%;max-width:420px}.login-card h1{font-size:1.6rem}.google-login-btn{padding:.75rem 1rem}}:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;font-weight:400;color:#e5e7eb;background-color:#000;--accent-color: #60a5fa;--headline-color: #facc6b;--card-bg: transparent;--card-border: transparent;--muted-text: rgba(148, 163, 184, .82);--strong-text: rgba(229, 231, 235, .96);--surface-bg: transparent;--surface-border: transparent}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#000;color:inherit;overflow-x:hidden;overflow-wrap:break-word}h1,h2,h3,h4{color:var(--headline-color)}#root{min-height:100vh;width:100%;overflow-x:hidden}img,video,iframe,table{max-width:100%;height:auto}a{color:var(--accent-color);text-decoration:none}a:hover{text-decoration:underline}button{border:none;background:linear-gradient(135deg,#60a5fa6b,#2563ebe6);color:#0b1120;padding:.55rem 1rem;border-radius:.75rem;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 12px 28px #2563eb40;transition:transform .12s ease,box-shadow .12s ease}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 24px 40px #2563eb59}button:active:not(:disabled){transform:translateY(0);box-shadow:0 10px 18px #2563eb40}button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}button.secondary{background:#60a5fa29;color:var(--accent-color);box-shadow:none}input,select{border:1px solid rgba(148,163,184,.25);padding:.55rem .65rem;border-radius:.6rem;font-size:.95rem;background:#0f172ad9;color:var(--strong-text);min-width:140px;transition:border-color .15s ease,box-shadow .15s ease}input:focus,select:focus{outline:none;border-color:#60a5faa6;box-shadow:0 0 0 3px #60a5fa2e}code{font-family:JetBrains Mono,Fira Code,Source Code Pro,monospace;background:#1e293ba6;color:#94a3b8eb;padding:.25rem .4rem;border-radius:.4rem}
