@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap";.toast{min-width:240px;max-width:380px;background:var(--surface);color:var(--text);padding:.75rem 1rem;border-radius:var(--radius-sm, 8px);box-shadow:0 8px 24px #0000004d;font-weight:500;font-size:.9rem;cursor:pointer;animation:toast-in .25s ease;border:1px solid var(--border, #3f3f46)}.toast-info{border-left:3px solid var(--accent, #6366f1)}.toast-success{border-left:3px solid #22c55e}.toast-error{border-left:3px solid #ef4444}@keyframes toast-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}:root{--bg: #09090b;--surface: #18181b;--elevated: #27272a;--border: #3f3f46;--border-subtle: #27272a;--text: #fafafa;--text-muted: #a1a1aa;--text-dim: #71717a;--accent: #6366f1;--accent-hover: #818cf8;--accent-muted: rgba(99,102,241,.12);--danger: #ef4444;--success: #22c55e;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow: 0 1px 3px rgba(0,0,0,.3), 0 4px 12px rgba(0,0,0,.2);--shadow-lg: 0 4px 24px rgba(0,0,0,.4);--transition: .2s cubic-bezier(.4,0,.2,1)}body{background:transparent;color:var(--text);line-height:1.6;font-size:16px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.25;color:var(--text)}a{color:inherit;text-decoration:none}ul{list-style:none}label{display:block;font-size:.875rem;font-weight:600;color:var(--text-muted);margin-bottom:.375rem;letter-spacing:.02em;text-transform:uppercase}.main-container{max-width:1100px;margin:0 auto;padding:0 1.25rem;width:100%}.reading-container{max-width:720px;margin:0 auto;padding:0 1.25rem;width:100%}.main-header{position:sticky;top:0;z-index:100;background:#09090bb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);padding:0 1.5rem}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;height:60px}.header-logo{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:800;color:var(--text);display:flex;align-items:center;gap:.5rem;letter-spacing:-.02em}.header-logo i{color:var(--accent);font-size:1.1rem}.header-nav{display:flex;align-items:center;gap:1rem}.header-username{display:none}.profile-menu{position:relative}.profile-avatar-btn{background:none;border:2px solid transparent;cursor:pointer;padding:2px;border-radius:50%;transition:border-color var(--transition);display:flex;align-items:center;gap:.5rem}.profile-avatar-btn:hover{border-color:var(--accent)}.profile-avatar-img{width:36px;height:36px;border-radius:50%;object-fit:cover}.profile-avatar-initial{width:36px;height:36px;border-radius:50%;background:var(--accent-muted);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.dropdown-menu{position:absolute;right:0;top:calc(100% + 8px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.375rem;width:200px;box-shadow:var(--shadow-lg);animation:dropdown-in .15s ease}.dropdown-item{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;background:none;border:none;width:100%;text-align:left;font-size:.9rem;transition:all var(--transition)}.dropdown-item:hover{background:var(--accent-muted);color:var(--accent)}.dropdown-divider{height:1px;background:var(--border);margin:.25rem 0}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.btn{padding:.625rem 1.25rem;border-radius:var(--radius-sm);font-weight:600;font-size:.875rem;cursor:pointer;border:none;transition:all var(--transition);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit}.btn:active{transform:scale(.97)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--accent-muted);color:var(--accent);border:1px solid transparent}.btn-secondary:hover{border-color:var(--accent);background:#6366f12e}.btn-dark{background:var(--text);color:var(--bg)}.btn-dark:hover{opacity:.9}.btn-github{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;background:var(--surface);border:1px solid var(--border);color:var(--text);font-weight:600;padding:.75rem;border-radius:var(--radius-sm)}.btn-github:hover{background:var(--elevated);border-color:var(--text-dim)}.btn-sm{padding:.25rem .5rem;font-size:.8rem}.btn-outline-danger{background:transparent;color:var(--danger);border:1px solid var(--danger);border-radius:var(--radius-sm);cursor:pointer;font-family:inherit}.btn-outline-danger:hover{background:#ef44441a}input,textarea,.form-control{width:100%;padding:.75rem 1rem;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);color:var(--text);font-family:inherit;font-size:.95rem;transition:border-color var(--transition),box-shadow var(--transition)}input:focus,textarea:focus,.form-control:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}input::placeholder,textarea::placeholder{color:var(--text-dim)}.form-group{position:relative;margin-bottom:1.25rem}.card,.form-card,.auth-card,.post-card-new{background:#18181bb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1.5rem}.home-page{display:flex;flex-direction:column;gap:2rem;padding:2rem 0 3rem}.hero-section{text-align:center;padding:4rem 1.5rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,#6366f114,#8b5cf60f);border:1px solid var(--border-subtle)}.hero-content h2{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:.75rem}.hero-content p{font-size:1.1rem;color:var(--text-muted);max-width:560px;margin:0 auto 1.75rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;justify-content:center}.search-container{width:100%;max-width:560px;margin:0 auto 1.5rem;position:relative}.search-container input{padding-left:2.75rem;border-radius:99px;height:48px;font-size:.95rem;background:var(--surface);border:1px solid var(--border)}.search-container input:focus{border-color:var(--accent)}.search-container i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-dim);font-size:1rem}.popular-tags-bar{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:1rem;scrollbar-width:none}.popular-tags-bar::-webkit-scrollbar{display:none}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;width:100%}.post-grid-header{display:flex;justify-content:space-between;align-items:center}.post-grid-header h3{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.post-card-new{display:flex;flex-direction:column;overflow:hidden;padding:0;transition:border-color var(--transition),transform var(--transition);height:100%;cursor:pointer}.post-card-new:hover{border-color:var(--border);transform:translateY(-3px)}.post-card-image-wrapper{height:200px;width:100%;overflow:hidden}.post-card-image{height:100%;width:100%;background-size:cover;background-position:center;transition:transform .4s ease}.post-card-new:hover .post-card-image{transform:scale(1.03)}.post-card-content{padding:1.25rem;display:flex;flex-direction:column;flex:1}.post-author-row{display:flex;align-items:center;gap:.625rem;margin-bottom:.75rem}.author-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.author-name{font-weight:600;font-size:.85rem;color:var(--text)}.post-meta-text{font-size:.8rem;color:var(--text-dim)}.post-title{font-family:Inter,sans-serif;font-size:1.15rem;font-weight:700;margin-bottom:.375rem;line-height:1.35;color:var(--text)}.post-snippet{color:var(--text-muted);font-size:.9rem;line-height:1.55;margin-bottom:1rem;flex:1}.post-card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border-subtle);padding-top:.75rem;margin-top:auto}.post-tags{display:flex;gap:.375rem;flex-wrap:wrap}.tag-pill{background:var(--accent-muted);color:var(--accent);padding:3px 10px;border-radius:99px;font-size:.75rem;font-weight:600;transition:background var(--transition)}.tag-pill:hover{background:#6366f133}.popular-tags-bar .tag-pill{font-size:.85rem;padding:6px 14px}.post-actions{display:flex;gap:.75rem}.action-item{display:flex;align-items:center;gap:4px;color:var(--text-dim);cursor:pointer;transition:color var(--transition);font-size:.85rem}.action-item:hover,.action-item.active{color:var(--accent)}.reading-header{margin-bottom:2rem;border-bottom:1px solid var(--border-subtle);padding-bottom:2rem}.reading-cover{width:100%;height:auto;max-height:500px;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:3rem;box-shadow:var(--shadow-lg)}.reading-content{font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.8;color:#e4e4e7;margin-bottom:4rem}.reading-content h1,.reading-content h2,.reading-content h3{margin-top:2.5rem;margin-bottom:1rem;color:var(--text);font-weight:700}.reading-content h2{font-size:1.75rem}.reading-content h3{font-size:1.4rem}.reading-content p{margin-bottom:1.75rem}.reading-content a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;font-weight:500}.reading-content blockquote{border-left:4px solid var(--accent);padding:.5rem 0 .5rem 1.5rem;margin:2rem 0;color:var(--text-muted);font-style:italic;font-size:1.2rem;background:var(--accent-muted);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.reading-content ul,.reading-content ol{margin:1.5rem 0;padding-left:1.5rem}.reading-content li{margin-bottom:.75rem}.reading-content img{max-width:100%;border-radius:var(--radius);margin:2.5rem 0;box-shadow:var(--shadow)}.reading-content pre{background:#0d0d0d!important;border-radius:var(--radius)!important;padding:1.5rem!important;margin:2rem 0!important;overflow-x:auto;border:1px solid var(--border)!important;font-size:.95rem!important}.reading-content code{font-family:Consolas,Monaco,monospace}.reading-content :not(pre)>code{background:var(--elevated);padding:.2rem .4rem;border-radius:4px;font-size:.9em;color:var(--accent)}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fade-in .15s ease}.modal-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:480px;padding:2rem;position:relative;animation:modal-in .2s ease}.modal-close{position:absolute;top:1rem;right:1rem;background:var(--elevated);color:var(--text-muted);border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition);font-size:.85rem}.modal-close:hover{background:var(--border);color:var(--text)}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-header h2,.modal-header h3{margin-bottom:.5rem}.modal-header p{color:var(--text-muted);font-size:.95rem}.modal-icon{font-size:2rem;color:var(--accent);margin-bottom:.75rem;display:block}.modal-body{display:flex;flex-direction:column;gap:1rem}.modal-footer-text{text-align:center;font-size:.9rem;color:var(--text-muted);margin-top:.5rem}.modal-footer-text .link{color:var(--accent);cursor:pointer;font-weight:600}.modal-footer-text .link:hover{text-decoration:underline}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-modal{border-top:4px solid var(--danger);box-shadow:0 20px 40px #00000080}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626;box-shadow:0 0 15px #ef44444d}.auth-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem 1rem}.auth-card{width:100%;max-width:420px;padding:2.5rem}.auth-header h2{font-size:1.75rem;text-align:center;margin-bottom:.375rem}.auth-header p{color:var(--text-muted);text-align:center;margin-bottom:1.75rem;font-size:.95rem}.auth-header .logo{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800;margin-bottom:1.5rem;color:var(--text)}.auth-header .logo i{color:var(--accent)}.divider{display:flex;align-items:center;color:var(--text-dim);font-size:.8rem;margin:1.25rem 0;text-transform:uppercase;letter-spacing:.05em}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid var(--border)}.divider:not(:empty):before{margin-right:.75em}.divider:not(:empty):after{margin-left:.75em}.forgot-password{position:absolute;right:0;top:0;font-size:.8rem;color:var(--accent)}.forgot-password:hover{text-decoration:underline}.auth-footer{text-align:center;margin-top:1.75rem;font-size:.9rem;color:var(--text-muted)}.auth-footer a{color:var(--accent);font-weight:600}.auth-footer a:hover{text-decoration:underline}.profile-header{position:relative;height:260px;border-radius:var(--radius-lg);margin-bottom:5rem;background-size:cover;background-position:center;overflow:visible}.profile-info-container{position:absolute;bottom:-3.5rem;left:2rem;display:flex;align-items:flex-end;gap:1.5rem;z-index:10}.profile-avatar{width:120px;height:120px;border-radius:50%;border:4px solid var(--bg);object-fit:cover;background:var(--surface)}.profile-details{background:var(--surface);border:1px solid var(--border);padding:1rem 1.5rem;border-radius:var(--radius);display:flex;flex-direction:column;gap:.25rem}.profile-username{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800;color:var(--text);line-height:1}.profile-bio{color:var(--text-muted);font-size:.95rem}.profile-stats{display:flex;gap:1.5rem;font-size:.9rem}.profile-stats span{display:flex;gap:.35rem;color:var(--text-muted);cursor:default}.profile-stats span strong{color:var(--accent)}.profile-page-body{margin-top:3rem}.profile-content{margin-top:1.5rem}.loader-container{display:flex;justify-content:center;align-items:center;padding:4rem 0}.loader{display:flex;gap:6px}.loader-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);animation:pulse-dot .8s ease infinite}.loader-dot:nth-child(2){animation-delay:.15s}.loader-dot:nth-child(3){animation-delay:.3s}@keyframes pulse-dot{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.editor-form{display:flex;flex-direction:column;gap:1.5rem}.editor-form-group{display:flex;flex-direction:column;gap:.5rem}.editor-form-group label{font-size:.875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em}.editor-input{padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:1rem}.editor-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}.editor-textarea{padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:Consolas,Monaco,monospace;font-size:.95rem;resize:vertical;line-height:1.6;min-height:300px}.editor-textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}.tag-input-container{display:flex;gap:.5rem}.tag-input-container input{flex:1}.tag-list-editor{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.tag-pill-editor{background:var(--accent-muted);color:var(--accent);padding:4px 12px;border-radius:99px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.375rem}.tag-pill-editor button{background:none;border:none;color:var(--accent);cursor:pointer;font-size:1rem;line-height:1;padding:0}.btn-upload{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--accent-muted);color:var(--accent);border:1px dashed var(--accent);border-radius:var(--radius-sm);cursor:pointer;font-weight:600;font-size:.875rem;transition:all var(--transition)}.btn-upload:hover{background:#6366f12e}.upload-hint{font-size:.8rem;color:var(--text-dim)}.image-preview{margin-top:.75rem}.image-preview img{width:100%;max-height:280px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border)}.edit-profile-modal{max-width:540px;max-height:85vh;overflow-y:auto}.modal-profile-header-preview{margin-bottom:1.5rem}.modal-banner-preview{height:120px;border-radius:var(--radius-sm);background-size:cover;background-position:center;position:relative;overflow:hidden;border:1px solid var(--border)}.modal-avatar-wrapper{position:relative;margin-top:-2.5rem;margin-left:1rem;width:72px;height:72px}.modal-avatar-preview{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid var(--surface)}.upload-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000080;opacity:0;transition:opacity var(--transition);cursor:pointer;color:#fff;font-size:.75rem;font-weight:600;border-radius:inherit}.upload-overlay:hover{opacity:1}.banner-overlay{border-radius:var(--radius-sm)}.avatar-overlay{border-radius:50%}.overlay-icon{font-size:1.25rem;margin-bottom:2px}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1}.optional-text{font-size:.75rem;color:var(--text-dim);font-weight:400}.edit-profile-form hr.divider{border:none;border-top:1px solid var(--border);margin:1.5rem 0}.edit-profile-form h4{font-family:Inter,sans-serif;font-size:.95rem;margin-bottom:1rem}.form-input{width:100%;padding:.75rem 1rem;border-radius:var(--radius-sm);background:var(--bg);border:1px solid var(--border);color:var(--text);font-family:inherit;font-size:.95rem;transition:border-color var(--transition)}.form-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}.user-list-modal{max-width:400px}.user-list{display:flex;flex-direction:column;gap:.25rem}.user-list-item{padding:.5rem 0}.user-link{display:flex;align-items:center;gap:.75rem;color:var(--text);transition:color var(--transition)}.user-link:hover{color:var(--accent)}.user-avatar-small{width:36px;height:36px;border-radius:50%;object-fit:cover}.user-username{font-weight:600;font-size:.9rem}.no-users-found{text-align:center;color:var(--text-muted);padding:1.5rem 0}.loading-spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite;margin:1.5rem auto}@keyframes spin{to{transform:rotate(360deg)}}.toast-root{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:9999}.page-container{max-width:420px;margin:0 auto;padding:4rem 1rem}.page-container h2{text-align:center;margin-bottom:1.5rem}.page-container .form-card{display:flex;flex-direction:column;gap:1.25rem}.page-container .btn{width:100%}.text-center{text-align:center}.clickable{cursor:pointer}.clickable:hover{color:var(--accent)!important}@media (max-width: 768px){.main-header{padding:0 1rem}.header-container{height:52px}.post-grid{grid-template-columns:1fr}.hero-content h2{font-size:1.75rem}.hero-section{padding:2.5rem 1rem}.profile-header{height:180px;margin-bottom:4rem}.profile-info-container{left:1rem;gap:1rem;bottom:-3rem;flex-direction:column;align-items:flex-start}.profile-avatar{width:80px;height:80px}.profile-details{padding:.75rem 1rem}.profile-username{font-size:1.2rem}.reading-cover{height:220px}.modal-card{padding:1.5rem;margin:.5rem}.auth-card{padding:1.75rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{width:100%;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#a1a1aa40;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#a1a1aa66}
