@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#eef2ff,#f8fafc);color:#1e293b}a{color:inherit;text-decoration:none}:root{--primary: #6366f1;--primary-dark: #4f46e5;--error-bg: #fee2e2;--error-text: #991b1b}.card button[type=submit]{width:100%;margin-top:.75rem;padding:.75rem;border:none;border-radius:8px;background:var(--primary);color:#fff;font-size:1rem;font-weight:500;cursor:pointer}.card button[type=submit]:hover:not(:disabled){background:var(--primary-dark)}.card button[type=submit]:disabled{opacity:.7;cursor:not-allowed}.toggle-password{position:absolute;right:.6rem;background:none;border:none;padding:0;font-size:.8rem;color:var(--primary);cursor:pointer;width:auto}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.card{width:100%;max-width:420px;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 20px 40px #00000014}.header{text-align:center;margin-bottom:1.5rem}.header h1{font-size:1.75rem}.header p{margin-top:.25rem;font-size:.9rem;color:#64748b}.field{display:flex;flex-direction:column;margin-bottom:1rem}.field label{font-size:.85rem;margin-bottom:.4rem;color:#334155}.field input{padding:.65rem .75rem;border-radius:8px;border:1px solid #cbd5f5;font-size:.95rem;outline:none;transition:border .2s,box-shadow .2s}.field input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #6366f133}button{width:100%;margin-top:.5rem;padding:.75rem;border:none;border-radius:8px;background:var(--primary);color:#fff;font-size:1rem;font-weight:500;cursor:pointer}button:hover:not(:disabled){background:var(--primary-dark)}button:disabled{opacity:.7;cursor:not-allowed}.error{background:var(--error-bg);color:var(--error-text);padding:.6rem;border-radius:8px;font-size:.85rem;margin-bottom:1rem;text-align:center}.footer{margin-top:1rem;text-align:center;font-size:.85rem;color:#475569}.footer a{color:var(--primary);font-weight:500}.footer a:hover{text-decoration:underline}.password-wrapper{position:relative;display:flex;align-items:center}.password-wrapper input{width:100%;padding-right:4rem}.toggle-password{position:absolute;right:.5rem;background:none;border:none;font-size:.8rem;color:var(--primary);cursor:pointer}.toggle-password:hover{text-decoration:underline}.post-card{background:#fff;border:1px solid rgba(229,231,235,.5);border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;text-align:left;color:#374151}.post-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.post-card .post-header{margin-bottom:16px}.post-card .post-title{font-size:1.5rem;font-weight:800;color:#111827;margin:0 0 8px;line-height:1.3}.post-card .post-meta{font-size:.875rem;color:#6b7280;font-weight:500}.post-card .post-content{color:#374151;line-height:1.6;font-size:1rem;margin-bottom:24px;max-height:200px;overflow:hidden;position:relative}.post-card .post-content:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40px;background:linear-gradient(transparent,#fff)}.post-card .post-actions{margin-top:auto;display:flex;gap:12px;border-top:1px solid #f3f4f6;padding-top:16px}.post-card .btn{padding:8px 16px;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer;border:none;outline:none;transition:transform .1s ease,background-color .2s;text-decoration:none}.post-card .btn-edit{background-color:#111827;color:#fff}.post-card .btn-edit:hover{background-color:#000;color:#fff;transform:translateY(-1px)}.post-card .btn-delete{background-color:#fef2f2;color:#dc2626}.post-card .btn-delete:hover{background-color:#fee2e2;color:#dc2626;transform:none}.post-card .post-content p{margin-bottom:.5rem}.post-card .post-content strong{font-weight:700;color:#111827}.post-card .post-content ul{list-style:disc;padding-left:1.2rem;margin-bottom:.5rem}.post-card .post-content h1,.post-card .post-content h2,.post-card .post-content h3{font-size:1.1rem;font-weight:700;margin-top:.5rem;margin-bottom:.25rem}:root{--nav-height: 70px;--bg-glass: rgba(255, 255, 255, .7);--text-dark: #111827;--text-gray: #6b7280;--primary-blue: #4f46e5;--danger-red: #dc2626;--danger-bg: #fef2f2;--gray-bg: #f3f4f6;--border-light: rgba(229, 231, 235, .5)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:Inter,sans-serif}header{height:var(--nav-height);background:var(--bg-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:50}.navbar{max-width:1200px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-weight:800;font-size:1.5rem;color:var(--text-dark);text-decoration:none;display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;align-items:center;gap:2rem;height:100%}.nav-link{text-decoration:none;color:var(--text-gray);font-weight:500;font-size:.95rem;transition:color .2s}.nav-link:hover{color:var(--primary-blue)}.create-btn{background:var(--text-dark);color:#fff!important;padding:.5rem 1rem;border-radius:6px;transition:transform .1s}.create-btn:hover{transform:translateY(-1px)}.user-menu-container{position:relative;height:100%;display:flex;align-items:center;cursor:pointer;margin-left:1rem}.user-avatar{width:40px;height:40px;background-color:var(--primary-blue);color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1.1rem}.dropdown-menu{position:absolute;top:100%;right:0;width:220px;background:#fff;border:1px solid var(--border-light);border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;padding:8px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease}.dropdown-menu:before{content:"";position:absolute;top:-20px;left:0;width:100%;height:20px}.user-menu-container:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.user-name-display{padding:12px;border-bottom:1px solid var(--border-light);margin-bottom:8px;color:var(--text-gray);font-size:.85rem}.user-name-display strong{display:block;color:var(--text-dark);font-size:1rem;margin-top:2px}.dropdown-item{display:flex;width:100%;padding:10px 12px;border:none;background:transparent;text-align:left;font-size:.95rem;color:var(--text-dark);border-radius:6px;cursor:pointer;text-decoration:none;transition:background .2s}.dropdown-item:hover{background-color:var(--gray-bg);color:var(--text-dark)}.logout-item{color:var(--danger-red)!important;margin-top:4px}.logout-item:hover{background-color:var(--danger-bg)!important;color:var(--danger-red)!important}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;outline:none}.hamburger span{width:100%;height:2px;background-color:var(--text-dark);border-radius:2px;transition:all .3s}.hamburger:hover span{background-color:#000}.hamburger:focus{outline:none}@media(max-width:768px){.hamburger{display:flex}.nav-links{display:none;position:absolute;top:var(--nav-height);left:0;width:100%;background:#fff;flex-direction:column;align-items:flex-start;padding:1rem;box-shadow:0 4px 6px -1px #0000001a;height:auto}.nav-links.active{display:flex}.user-menu-container{width:100%;margin-left:0;flex-direction:column;align-items:flex-start;height:auto}.user-avatar{display:none}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;width:100%;padding:0}.dropdown-menu:before{display:none}}#create-post-wrapper{max-width:800px;margin:40px auto;padding:0 20px;font-family:Inter,sans-serif;color:#111827}#create-post-wrapper h1{font-size:2rem;font-weight:800;margin-bottom:20px;color:#111827;text-align:left}#create-post-wrapper .form-group{margin-bottom:20px;text-align:left}#create-post-wrapper .form-label{display:block;margin-bottom:8px;font-weight:600;color:#374151}#create-post-wrapper .form-input{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;outline:none;background:#fff;color:#111827;transition:border-color .2s}#create-post-wrapper .form-input:focus{border-color:#4f46e5}#create-post-wrapper .editor-tabs{display:flex;gap:4px;background:#f3f4f6;padding:4px;border-radius:8px 8px 0 0;border:1px solid #e5e7eb;border-bottom:none;width:fit-content}#create-post-wrapper .tab-btn{padding:8px 16px;background:transparent;border:none;cursor:pointer;font-weight:500;color:#6b7280;border-radius:6px;transition:all .2s;font-size:.9rem}#create-post-wrapper .tab-btn.active{background:#fff;color:#4f46e5;box-shadow:0 1px 2px #0000000d;font-weight:600}#create-post-wrapper .markdown-input{width:100%;min-height:400px;padding:16px;border:1px solid #e5e7eb;border-radius:0 8px 8px;font-family:Menlo,Monaco,monospace;font-size:.95rem;line-height:1.6;resize:vertical;outline:none;background-color:#fff;color:#333}#create-post-wrapper .markdown-input:focus{border-color:#4f46e5}#create-post-wrapper .markdown-preview{width:100%;min-height:400px;padding:24px;border:1px solid #e5e7eb;border-radius:0 8px 8px;background-color:#fafafa;overflow-y:auto;text-align:left}#create-post-wrapper .markdown-preview h1{font-size:1.8em;border-bottom:1px solid #eee;padding-bottom:.3em;margin-bottom:1em;color:#111}#create-post-wrapper .markdown-preview h2{font-size:1.4em;border-bottom:1px solid #eee;padding-bottom:.3em;margin-top:1.5em;margin-bottom:1em;color:#111}#create-post-wrapper .markdown-preview p{margin-bottom:1em;line-height:1.7;color:#374151}#create-post-wrapper .markdown-preview ul{list-style:disc;padding-left:20px;margin-bottom:1em}#create-post-wrapper .markdown-preview ol{list-style:decimal;padding-left:20px;margin-bottom:1em}#create-post-wrapper .markdown-preview blockquote{border-left:4px solid #e5e7eb;padding-left:16px;color:#6b7280;font-style:italic}#create-post-wrapper .markdown-preview code{background:#e5e7eb;padding:2px 4px;border-radius:4px;font-family:monospace;font-size:.9em;color:#c7254e}#create-post-wrapper .markdown-preview pre{background:#1f2937;padding:16px;border-radius:8px;overflow-x:auto;color:#fff;margin-bottom:1em}#create-post-wrapper .markdown-preview pre code{background:transparent;color:inherit;padding:0}#create-post-wrapper .submit-btn{margin-top:20px;width:100%;padding:14px;background-color:#111827;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s;outline:none;text-decoration:none}#create-post-wrapper .submit-btn:hover{background-color:#000;transform:translateY(-1px)}#create-post-wrapper .back-btn{margin-top:12px;width:100%;padding:14px;background-color:#335294;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s;outline:none;text-decoration:none}#create-post-wrapper .back-btn:hover{background-color:#4d4a79;transform:translateY(-1px)}#edit-post-wrapper{max-width:800px;margin:40px auto;padding:0 20px;font-family:Inter,sans-serif;color:#111827}#edit-post-wrapper h1{font-size:2rem;font-weight:800;margin-bottom:20px;color:#111827;text-align:left}#edit-post-wrapper .form-group{margin-bottom:20px;text-align:left}#edit-post-wrapper .form-label{display:block;margin-bottom:8px;font-weight:600;color:#374151}#edit-post-wrapper .form-input{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;outline:none;background:#fff;color:#111827;transition:border-color .2s}#edit-post-wrapper .form-input:focus{border-color:#4f46e5}#edit-post-wrapper .editor-tabs{display:flex;gap:4px;background:#f3f4f6;padding:4px;border-radius:8px 8px 0 0;border:1px solid #e5e7eb;border-bottom:none;width:fit-content}#edit-post-wrapper .tab-btn{padding:8px 16px;background:transparent;border:none;cursor:pointer;font-weight:500;color:#6b7280;border-radius:6px;transition:all .2s;font-size:.9rem}#edit-post-wrapper .tab-btn.active{background:#fff;color:#4f46e5;box-shadow:0 1px 2px #0000000d;font-weight:600}#edit-post-wrapper .markdown-input{width:100%;min-height:400px;padding:16px;border:1px solid #e5e7eb;border-radius:0 8px 8px;font-family:Menlo,Monaco,monospace;font-size:.95rem;line-height:1.6;resize:vertical;outline:none;background-color:#fff;color:#333}#edit-post-wrapper .markdown-input:focus{border-color:#4f46e5}#edit-post-wrapper .markdown-preview{width:100%;min-height:400px;padding:24px;border:1px solid #e5e7eb;border-radius:0 8px 8px;background-color:#fafafa;overflow-y:auto;text-align:left}#edit-post-wrapper .markdown-preview h1{font-size:1.8em;border-bottom:1px solid #eee;padding-bottom:.3em;margin-bottom:1em;color:#111}#edit-post-wrapper .markdown-preview h2{font-size:1.4em;border-bottom:1px solid #eee;padding-bottom:.3em;margin-top:1.5em;margin-bottom:1em;color:#111}#edit-post-wrapper .markdown-preview p{margin-bottom:1em;line-height:1.7;color:#374151}#edit-post-wrapper .markdown-preview ul{list-style:disc;padding-left:20px;margin-bottom:1em}#edit-post-wrapper .markdown-preview ol{list-style:decimal;padding-left:20px;margin-bottom:1em}#edit-post-wrapper .markdown-preview blockquote{border-left:4px solid #e5e7eb;padding-left:16px;color:#6b7280;font-style:italic}#edit-post-wrapper .markdown-preview code{background:#e5e7eb;padding:2px 4px;border-radius:4px;font-family:monospace;font-size:.9em;color:#c7254e}#edit-post-wrapper .markdown-preview pre{background:#1f2937;padding:16px;border-radius:8px;overflow-x:auto;color:#fff;margin-bottom:1em}#edit-post-wrapper .markdown-preview pre code{background:transparent;color:inherit;padding:0}#edit-post-wrapper .submit-btn{margin-top:20px;width:100%;padding:14px;background-color:#111827;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s;outline:none;text-decoration:none}#edit-post-wrapper .submit-btn:hover{background-color:#000;transform:translateY(-1px)}#edit-post-wrapper .back-btn{margin-top:12px;width:100%;padding:14px;background-color:#335294;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s;outline:none;text-decoration:none}#edit-post-wrapper .back-btn:hover{background-color:#4d4a79;transform:translateY(-1px)}.post-card{background:#fff;border:1px solid rgba(229,231,235,.5);border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000000d;transition:all .2s ease;display:flex;flex-direction:column;text-align:left;color:#374151;cursor:pointer;position:relative}.post-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -3px #0000001a;border-color:#4f46e5}.post-card .post-header{margin-bottom:12px}.post-card .post-title{font-size:1.6rem;font-weight:800;color:#111827;margin:0 0 8px;line-height:1.3}.post-card .post-meta{font-size:.9rem;color:#6b7280;font-weight:500}.post-card .post-content{color:#4b5563;line-height:1.6;font-size:1rem;max-height:120px;overflow:hidden;position:relative;mask-image:linear-gradient(to bottom,black 60%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}.read-more-hint{margin-top:16px;font-size:.9rem;font-weight:600;color:#4f46e5;opacity:0;transform:translateY(5px);transition:all .2s ease}.post-card:hover .read-more-hint{opacity:1;transform:translateY(0)}.post-card .post-content h1,.post-card .post-content h2,.post-card .post-content h3{font-size:1rem;font-weight:700;margin:0;display:inline}.post-card .post-content img{display:none}body{background:#fff}.dashboard-container{max-width:900px;margin:40px auto;padding:0 20px;font-family:Inter,sans-serif}.dashboard-header{margin-bottom:30px;text-align:center}.dashboard-title{font-size:2rem;font-weight:800;color:#111827;margin-bottom:10px}.error-message{background-color:#fef2f2;color:#991b1b;padding:16px;border-radius:8px;text-align:center;border:1px solid #fecaca;margin-bottom:20px}.empty-state{text-align:center;color:#6b7280;margin-top:50px;font-size:1.1rem}.posts-grid{display:grid;grid-template-columns:1fr;gap:24px}#blog-detail-page{max-width:800px;margin:0 auto;padding:40px 20px;min-height:100vh;font-family:Inter,sans-serif;color:#111827;background-color:transparent;position:relative}#blog-detail-page .back-link{appearance:none!important;background:transparent!important;border:none!important;box-shadow:none!important;color:#6b7280!important;cursor:pointer;font-size:1rem!important;font-weight:500!important;margin:0 0 30px!important;padding:0!important;text-align:left;display:inline-block;width:auto!important;outline:none;text-transform:none!important;letter-spacing:normal!important}#blog-detail-page .back-link:hover{color:#111827!important;text-decoration:underline;background:transparent!important;transform:none!important}#blog-detail-page .article-header{display:flex!important;flex-direction:column!important;gap:16px!important;height:auto!important;min-height:auto!important;width:100%;margin-bottom:40px!important;border-bottom:1px solid #e5e7eb;padding-bottom:20px;position:static!important}#blog-detail-page .article-title{font-size:2.5rem;font-weight:800;line-height:1.3!important;margin:0!important;color:#111827;word-wrap:break-word;overflow-wrap:break-word;height:auto!important}#blog-detail-page .article-meta{font-size:1rem;color:#6b7280;font-weight:500;display:block;margin-top:0!important}#blog-detail-page .author-name{color:#111827;font-weight:600}#blog-detail-page .article-content{font-size:1.15rem;line-height:1.8;color:#374151;display:block;clear:both;margin-top:0!important}#blog-detail-page .article-content p{margin-bottom:1.5rem}#blog-detail-page .article-content h1,#blog-detail-page .article-content h2{color:#111827;font-weight:700;margin-top:2rem}#blog-detail-page .article-content ul{padding-left:20px;margin-bottom:1.5rem}#blog-detail-page .article-content img{max-width:100%;height:auto;border-radius:8px}.home-container{display:flex;flex-direction:column;min-height:calc(100vh - 10px);justify-content:space-between;font-family:Montserrat,sans-serif}.hero{text-align:center;padding:80px 20px;max-width:800px;margin:0 auto;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero h1{font-size:64px;font-weight:500;line-height:1.2;color:#000;margin:0 0 24px;transition:font-size .3s ease,margin-bottom .3s ease}.hero p{font-size:18px;color:#333;margin-bottom:40px}.hero-btn{display:inline-block;background-color:#000;color:#fff;padding:12px 24px;border-radius:999px;font-size:16px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.hero-btn:hover{background-color:#333}footer{border-top:1px solid rgba(0,0,0,.1);padding:20px 16px;width:100%}.footer-container{max-width:960px;margin:0 auto;display:flex;justify-content:center;font-size:14px}.footer-container p{color:#666;margin:0;display:flex;align-items:center;gap:10px}.github-logo{height:24px;width:24px;opacity:.7;transition:opacity .2s ease;display:block}.github-logo:hover{opacity:1}@media(max-width:768px){.hero{padding:60px 20px}.hero h1{font-size:40px;margin-bottom:20px}.hero p{font-size:16px;margin-bottom:30px}}@media(max-width:480px){.hero h1{font-size:32px}.hero p{font-size:14px}}
