@charset "UTF-8";header{position:-webkit-sticky;position:sticky;top:0;z-index:30}.topbar{display:flex;justify-content:space-between;z-index:1050;padding:.5rem 1rem;height:3.5rem;background:#fff;box-sizing:border-box;box-shadow:var(--shadow);align-items:center}@media (max-width:576px){.topbar{padding:.5rem .75rem}}.brand{display:block;position:relative;height:100%;flex:initial}.brandImage{height:2.5rem;width:auto;object-fit:contain}.search-form{display:flex;flex:auto;max-width:400px;margin:auto;padding:0 .5rem}.search-input{padding:.25rem .5rem;font-weight:400;border-radius:.5rem 0 0 .5rem;outline:none;border:1px solid var(--border);width:100%;font-size:1rem}.search-submit-btn{border-radius:0 .5rem .5rem 0;border:1px solid var(--border);background:#fff;padding:0 .5rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.search-form-header{display:flex;flex:1 1;max-width:400px;margin:0 1rem}.search-input-header{flex:1 1;padding:.5rem 1rem;border:1px solid var(--border);border-radius:25px 0 0 25px;font-size:.9rem;outline:none;background:var(--surface);transition:border-color .2s ease}.search-input-header:focus{border-color:var(--primary)}.search-submit-btn-header{padding:.5rem .75rem;background:var(--primary);color:#fff;border:1px solid var(--primary);border-radius:0 25px 25px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.search-submit-btn-header:hover{background:#55b8e6}.search-submit-btn-header .material-symbols-outlined{font-size:1.2rem}@media (max-width:576px){.search-form-header{max-width:200px}.search-input-header{font-size:.85rem;padding:.4rem .75rem}}.top-user-image-board{width:2.5rem;height:2.5rem;overflow:hidden;border-radius:50%}.top-user-image{width:2.5rem;height:2.5rem;object-fit:cover;object-position:center;pointer-events:none}.user-menu-container{position:relative}.top-user-image-board{cursor:pointer}.user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);z-index:1000;overflow:hidden}.user-menu-header{padding:.75rem 1rem;background:var(--background);border-bottom:1px solid var(--border)}.user-menu-name{font-weight:600;font-size:.9rem}.user-menu-list{list-style:none;padding:0;margin:0}.user-menu-list li{border-bottom:1px solid var(--border)}.user-menu-list li:last-child{border-bottom:none}.user-menu-list a,.user-menu-list button{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;text-decoration:none;color:var(--foreground);font-size:.9rem;background:none;border:none;cursor:pointer;text-align:left}.user-menu-list a:hover,.user-menu-list button:hover{background:var(--background)}.user-menu-list .material-symbols-outlined{font-size:1.2rem;color:var(--muted)}main{max-width:1100px;margin:0 auto;padding:0;min-height:80vh;position:relative}.container-full{height:100%;min-height:80vh}.board{margin:1rem auto 0}.board,.main-block{display:flex;flex-direction:column}.main-block{flex-grow:1;max-width:640px;margin:0 auto;width:100%}.header-text{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;font-size:1.2rem;margin:.6rem 0;font-weight:600;white-space:nowrap}.header-text:after,.header-text:before{border-top:1px solid;content:"";flex:1 1;max-width:40%}.header-text:before{margin-right:1rem}.header-text:after{margin-left:1rem}@media (max-width:480px){.header-text{font-size:1rem}.header-text:after,.header-text:before{max-width:30%}.header-text:before{margin-right:.5rem}.header-text:after{margin-left:.5rem}}.blogs-board{margin:.5rem 0}.blog-list{display:flex;flex-direction:column;gap:1rem}.blog-card{transition:box-shadow .15s ease,transform .15s ease;color:inherit}.blog-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.blog-user-img-board{width:2rem;height:2rem;border-radius:50%;overflow:hidden;margin-right:.5rem}.blog-user-img{width:100%;height:100%;object-fit:cover;object-position:center}.blog-user-name{font-size:.9rem;font-weight:500;color:var(--foreground)}.blog-card-title{font-size:1.1rem;margin-bottom:.25rem}.blog-card-date{font-size:.85rem;margin-bottom:.5rem}.blog-card-tags{gap:.35rem}.blog-tag{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:999px;background:#f0f4f8;font-size:.8rem;color:#475569}section.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}.grid{display:grid;grid-gap:1rem;gap:1rem}.grid.two-columns{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.request-login-btn{width:80%;border-radius:5px;border:1px solid hsla(0,0%,71%,.8);text-align:center;color:#000;text-decoration:none;font-weight:600;display:block;padding:.5rem;margin:auto;max-width:300px}.blog-link{display:block;padding:.85rem 1rem;border:1px solid var(--border);border-radius:8px;background:linear-gradient(135deg,#fff,#f9fbff);transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}.blog-link:hover{border-color:#bfdbfe;box-shadow:0 8px 24px rgba(37,99,235,.08);transform:translateY(-1px)}.blog-title{font-size:1.1rem;font-weight:700;margin-bottom:.2rem}.tagline{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:999px;border:1px solid #e5e7eb;background:#f8fafc;font-size:.85rem;color:#475569}.avatar-placeholder{width:64px;height:64px;border-radius:50%;border:1px dashed var(--border);background:#f8fafc}.stack{display:flex;flex-direction:column}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.prose{line-height:1.8}.prose p{margin:.75rem 0}.footer{position:absolute;bottom:-50px;width:100%;height:40px}@media (max-width:576px){.footer{bottom:-100px!important;height:90px}}.pr-banner{display:block;width:100%;max-width:680px;margin:.5rem auto;padding:0 .5rem;box-sizing:border-box}.pr-banner img{width:100%;height:auto;border-radius:8px}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;max-width:400px;margin:1rem auto}.login-form{gap:1rem}.form-group,.login-form{display:flex;flex-direction:column}.form-group{gap:.25rem}.form-group label{font-size:.9rem;font-weight:500;color:var(--foreground)}.form-input{padding:.75rem;border:1px solid var(--border);border-radius:5px;font-size:1rem;width:100%;outline:none;transition:border-color .15s ease}.form-input:focus{border-color:var(--primary)}.login-btn{padding:.75rem;background:var(--primary);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.login-btn:hover{opacity:.9}.login-btn:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:5px;margin-bottom:1rem;font-size:.9rem}.login-links{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;text-align:center}.login-link{color:var(--primary);text-decoration:underline;font-size:.9rem}.login-link:hover{opacity:.8}.user-info{display:flex;align-items:center;gap:.5rem;padding:0 .5rem;cursor:pointer}.user-name{font-size:.9rem;font-weight:500;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:576px){.user-name{display:none}}.detail-article{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;margin:0 .5rem 1rem}@media (max-width:576px){.detail-article{padding:.5rem;margin:0 .25rem 1rem;border-radius:6px}}.detail-article-title{font-size:1.25rem;font-weight:700;line-height:1.4;margin:0 0 .5rem;text-wrap:pretty}.detail-author-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-size:.85rem;color:var(--muted)}.detail-author-link{display:flex;align-items:center;gap:.4rem;text-decoration:none;color:var(--text)}.detail-author-link:hover{color:var(--primary)}.detail-author-image{width:24px;height:24px;border-radius:50%;object-fit:cover}.detail-author-name{font-size:.85rem}.detail-publish-date{color:var(--muted)}.ql-editor{padding:0;min-height:auto;font-size:1rem;line-height:1.8}.ql-editor img{width:100%;height:auto;display:block;border-radius:0;margin:0;object-fit:fill}.ql-editor p{margin:0!important}.ql-editor p:empty:before{content:"\200B"}.ql-editor h1,.ql-editor h2,.ql-editor h3{margin:1rem 0 .5rem;font-weight:700}.ql-editor h2{font-size:1.2rem}.ql-editor blockquote{position:relative;padding:1rem 1rem 1rem 3rem;margin:1rem 0;background:#f5f5f5;border-radius:8px;color:var(--foreground)}.ql-editor blockquote:before{content:"";position:absolute;left:.75rem;top:.75rem;width:1.5rem;height:1.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999999'%3E%3Cpath d='M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.ql-editor pre{background:#2d2d2d;color:#f8f8f2;padding:1rem;border-radius:4px;overflow-x:auto}.ql-editor .twitter-embed blockquote,.twitter-embed blockquote{background:none;padding:0;margin:0;border-radius:0}.ql-editor .twitter-embed blockquote:before,.twitter-embed blockquote:before{display:none}.relation-board{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.relation-tag{display:inline-block;padding:.25rem .75rem;background:rgba(102,204,255,.1);color:var(--primary);border-radius:20px;font-size:.85rem;text-decoration:none}.relation-tag:hover{background:rgba(102,204,255,.2)}.bloguserimgboard{flex-shrink:0}.bloguserimg{width:50px;height:50px;border-radius:50%;object-fit:cover}.bloguser{font-weight:600;font-size:1rem;color:var(--foreground);text-decoration:none}.bloguser:hover{color:var(--primary)}.detail-meta{color:var(--muted);font-size:.85rem;margin-top:.25rem}.related-blogs{margin:1.5rem .5rem 0}.related-blogs-list{display:flex;flex-direction:column;gap:.75rem}.category-link{display:inline-flex;align-items:center;gap:.25rem;color:var(--primary);text-decoration:none;padding:.2rem .5rem;background:rgba(102,204,255,.1);border-radius:4px;transition:background .2s}.category-link:hover{background:rgba(102,204,255,.2)}.article-actions{display:flex;gap:1rem;padding:1rem 0;margin-top:1rem}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--background);border:1px solid var(--border);border-radius:20px;color:var(--muted);cursor:pointer;font-size:.9rem;transition:all .2s}.action-btn:hover{background:var(--surface);border-color:var(--primary);color:var(--primary)}.action-btn .material-symbols-outlined{font-size:1.25rem}.like-btn.liked,.like-btn:hover{color:#ef4444;border-color:#ef4444}.like-btn.liked{background:rgba(239,68,68,.1)}.like-btn.liked .material-symbols-outlined{font-variation-settings:"FILL" 1}.like-btn:disabled{opacity:.6;cursor:not-allowed}.keep-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:.9rem;color:var(--foreground);cursor:pointer;transition:all .2s ease;text-decoration:none}.keep-btn.kept,.keep-btn:hover{color:var(--primary);border-color:var(--primary)}.keep-btn.kept{background:rgba(102,204,255,.1)}.keep-btn.kept .material-symbols-outlined{font-variation-settings:"FILL" 1}.keep-btn:disabled{opacity:.6;cursor:not-allowed}.action-count{font-weight:500}.bloguserboard{display:flex;align-items:center;gap:1rem;padding-top:1rem;margin-top:1rem;border-top:1px solid var(--border)}.aboutbloguser{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.bloguser-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%}.follow-btn-small{padding:.35rem .75rem;font-size:.8rem;border:1px solid var(--border);border-radius:4px;background:#fff;cursor:pointer;transition:all .2s;flex-shrink:0}.follow-btn-small:hover{background:var(--primary);border-color:var(--primary);color:#fff}.bloguser-description{font-size:.85rem;color:var(--muted);line-height:1.5;margin-top:.5rem;white-space:pre-line}.category-section{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border)}.category-label{font-size:.75rem;color:var(--muted);margin-bottom:.5rem;font-weight:500}.category-card{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#fff;border:1px solid var(--border);border-radius:8px;text-decoration:none;color:inherit;transition:background .2s}.category-card:hover{background:#fafafa}.category-card-info{flex:1 1;min-width:0}.category-card-title{font-size:1rem;font-weight:600;color:#333;margin:0 0 .25rem}.category-card-count{font-size:.75rem;color:#999}.category-card-image{object-fit:cover}.category-card-image,.category-card-placeholder{width:25%;min-width:80px;max-width:120px;aspect-ratio:16/9;border-radius:6px;flex-shrink:0}.category-card-placeholder{background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#ccc}.category-card-placeholder .material-symbols-outlined{font-size:1.5rem}@media (max-width:480px){.category-section{margin-top:.75rem;padding-top:.5rem}.category-label{font-size:.7rem;margin-bottom:.375rem}.category-card{padding:.5rem .75rem;gap:.75rem}.category-card-title{font-size:.9rem}.category-card-image,.category-card-placeholder{min-width:70px;max-width:100px}}.comment-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.comment-header{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;margin-bottom:1rem}.comment-header .material-symbols-outlined{font-size:1.25rem}.comment-count{font-weight:400;color:var(--muted);font-size:.9rem}.comment-form{margin-bottom:1rem}.comment-input{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:8px;font-size:.9rem;resize:vertical;min-height:80px;font-family:inherit}.comment-input:focus{outline:none;border-color:var(--primary)}.comment-submit-btn{display:block;margin-top:.5rem;margin-left:auto;padding:.5rem 1rem;background:var(--primary);color:#fff;border:none;border-radius:4px;font-size:.85rem;cursor:pointer;transition:opacity .2s}.comment-submit-btn:hover{opacity:.9}.comment-submit-btn:disabled{opacity:.5;cursor:not-allowed}.comment-login-prompt{padding:1rem;text-align:center;background:var(--surface);border-radius:8px;margin-bottom:1rem}.comment-login-link{color:var(--primary);text-decoration:none}.comment-login-link:hover{text-decoration:underline}.comment-list{display:flex;flex-direction:column;gap:1rem}.no-comments{text-align:center;color:var(--muted);padding:1rem}.comment-item{padding:.75rem;background:var(--surface);border-radius:8px}.comment-user{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.comment-user-image{width:32px;height:32px;border-radius:50%;object-fit:cover}.comment-user-info{display:flex;flex-direction:column}.comment-username{font-weight:500;font-size:.85rem}.comment-date{font-size:.75rem;color:var(--muted)}.comment-text{font-size:.9rem;line-height:1.5;white-space:pre-wrap;margin-bottom:.5rem}.comment-actions{display:flex;align-items:center;gap:1rem}.comment-like-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:var(--muted);font-size:.8rem;cursor:pointer;padding:.25rem}.comment-like-btn.liked,.comment-like-btn:hover{color:#ef4444}.comment-like-btn.liked .material-symbols-outlined{font-variation-settings:"FILL" 1}.comment-like-btn .material-symbols-outlined{font-size:1rem}.comment-reply-count{font-size:.8rem;color:var(--muted)}.load-more-comments{display:block;width:100%;padding:.75rem;margin-top:1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--muted);font-size:.85rem;cursor:pointer;transition:background .2s}.load-more-comments:hover{background:var(--background)}.load-more-comments:disabled{cursor:not-allowed;opacity:.6}.comment-button-section{display:flex;align-items:center;gap:.5rem;padding:1rem 0;border-top:1px solid var(--border);font-size:.95rem;color:var(--text)}.comment-button-section .material-symbols-outlined{font-size:1.25rem}.comment-list-btn{margin-left:auto;padding:.5rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:20px;font-size:.85rem;color:var(--text);cursor:pointer;transition:all .2s}.comment-list-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.comment-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.comment-modal{background:var(--background);border-radius:12px;width:100%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.comment-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.comment-modal-header h3{margin:0;font-size:1.1rem;font-weight:600}.comment-modal-close{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:color .2s}.comment-modal-close:hover{color:var(--text)}.comment-modal-body{flex:1 1;overflow-y:auto;padding:1rem 1.25rem;min-height:200px}.comment-modal-footer{border-top:1px solid var(--border);padding:1rem 1.25rem;background:var(--background)}.comment-form-bottom{display:flex;flex-direction:column;gap:.5rem}.comment-input-row{display:flex;gap:.5rem;align-items:flex-end}.comment-input-wrapper{flex:1 1;position:relative}.comment-input-row .comment-input{width:100%;min-height:60px;resize:none}.comment-char-count{position:absolute;bottom:4px;right:8px;font-size:.7rem;color:var(--muted)}.comment-send-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--primary);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:opacity .2s;flex-shrink:0}.comment-send-btn:hover{opacity:.9}.comment-send-btn:disabled{opacity:.5;cursor:not-allowed}.comment-send-btn .material-symbols-outlined{font-size:1.25rem}.reply-indicator{justify-content:space-between;padding:.5rem .75rem;background:var(--surface);border-radius:6px;margin-bottom:.5rem;font-size:.85rem;color:var(--primary)}.cancel-reply,.reply-indicator{display:flex;align-items:center}.cancel-reply{background:none;border:none;cursor:pointer;padding:0;color:var(--muted)}.cancel-reply:hover{color:var(--text)}.cancel-reply .material-symbols-outlined{font-size:1rem}.comment-reply-btn{display:flex;align-items:center;gap:.25rem;background:none;border:none;color:var(--muted);font-size:.8rem;cursor:pointer;padding:.25rem}.comment-reply-btn:hover{color:var(--primary)}.comment-reply-btn .material-symbols-outlined{font-size:1rem}.comment-delete-btn{display:flex;align-items:center;background:none;border:none;color:var(--muted);cursor:pointer;padding:.25rem;margin-left:auto}.comment-delete-btn:hover{color:#ef4444}.comment-delete-btn .material-symbols-outlined{font-size:1rem}.follow-btn-small.following{background:var(--surface);color:var(--muted)}.follow-btn-small.following:hover{background:#fee2e2;border-color:#ef4444;color:#ef4444}@media (max-width:576px){.bloguser-header,.bloguserboard{align-items:flex-start}.bloguser-header{flex-direction:column;gap:.5rem}.follow-btn-small{width:100%;text-align:center;padding:.5rem 1rem}}.search-form-large{display:flex;gap:.5rem;margin:1rem 0}.search-input-large{flex:1 1;padding:.75rem 1rem;border:1px solid var(--border);border-radius:25px;font-size:1rem;outline:none}.search-input-large:focus{border-color:var(--primary)}.search-submit-btn-large{padding:.75rem 1.25rem;background:var(--primary);color:#fff;border:none;border-radius:25px;cursor:pointer;display:flex;align-items:center;justify-content:center}.search-query-info{font-size:.9rem}.no-results,.search-hint,.search-query-info{width:95%;max-width:600px;margin:1rem auto;color:var(--muted)}.no-results,.search-hint{text-align:center;padding:2rem}.blogs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}@media (max-width:576px){.blogs-grid{grid-template-columns:1fr}}.blog-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;text-decoration:none;color:var(--foreground);transition:box-shadow .15s ease}.blog-card:hover{box-shadow:var(--shadow)}.blog-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.blog-card-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.blog-card-author{font-size:.85rem;color:var(--muted)}.blog-card-title{font-weight:600;font-size:1rem;line-height:1.4;-webkit-line-clamp:2}.blog-card-excerpt,.blog-card-title{margin-bottom:.5rem;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.blog-card-excerpt{font-size:.85rem;color:var(--muted);line-height:1.5;-webkit-line-clamp:3}.blog-card-excerpt img{display:none}.blog-card-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.5rem}.tag{font-size:.75rem;color:var(--primary);background:rgba(102,204,255,.1);padding:.1rem .4rem;border-radius:3px}.blog-card-date{font-size:.8rem;color:var(--muted)}.mypage-topbar{justify-content:space-around;border:1px solid var(--border);border-radius:8px;padding:.5rem;margin-bottom:1rem}.mypage-topbar .baritem{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem 1rem;text-decoration:none;color:var(--muted);border-radius:8px;transition:all .2s ease}.mypage-topbar .baritem:hover{background:var(--background);color:var(--foreground)}.mypage-topbar .baritem.active{background:var(--primary);color:#fff}.mypage-topbar .bar-label{font-size:.75rem}.mypage-iconbar{display:flex;justify-content:space-around;background:var(--surface);border-bottom:1px solid var(--border);padding:.5rem 0}.mypage-icon-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem 1rem;text-decoration:none;color:var(--muted);transition:color .2s}.mypage-icon-item:hover{color:var(--primary)}.mypage-icon-item .material-symbols-outlined{font-size:1.5rem}.mypage-icon-label{font-size:.7rem}@media (max-width:576px){.mypage-icon-label{display:none}.mypage-icon-item{padding:.5rem}}.mypage-header{display:flex;justify-content:space-between;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;margin-bottom:1rem}.mypage-user-info{display:flex;align-items:center;gap:1rem}.mypage-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover}.mypage-user-details{display:flex;flex-direction:column}.mypage-username{font-size:1.25rem;font-weight:700;margin:0}.mypage-email{font-size:.85rem;color:var(--muted);margin:.25rem 0 0}.view-public-page{padding:.5rem 1rem;background:var(--primary);color:#fff;border-radius:20px;text-decoration:none;font-size:.9rem}.view-public-page:hover{background:#55b8e6}.mypage-section{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.section-header h2{font-size:1rem;font-weight:600;margin:0}.article-count{font-size:.85rem;color:var(--muted)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--muted)}.empty-state .material-symbols-outlined{font-size:3rem;margin-bottom:1rem}.empty-state p{margin:.25rem 0}.empty-state .hint{font-size:.85rem}.my-blogs-list{display:flex;flex-direction:column;gap:.5rem}.my-blog-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:4px;background:var(--background)}.my-blog-item:hover{background:rgba(102,204,255,.1)}.my-blog-title{color:var(--foreground);text-decoration:none;font-weight:500;flex:1 1}.my-blog-title:hover{color:var(--primary)}.my-blog-date{font-size:.8rem;color:var(--muted)}.loading-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:var(--muted)}.dashboard-header{justify-content:space-between;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.dashboard-header,.user-welcome{display:flex;align-items:center;gap:1rem}.dashboard-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover}.user-welcome h1{font-size:1.25rem;font-weight:600;margin:0}.user-welcome .text-muted{font-size:.85rem;color:var(--muted);margin-top:.25rem}.header-stats{display:flex;gap:1.5rem}.header-stat-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--background);border-radius:8px}.header-stat-item .material-symbols-outlined{font-size:1.25rem;color:var(--primary)}.header-stat-value{font-size:1.1rem;font-weight:700;color:var(--foreground)}.header-stat-label{font-size:.75rem;color:var(--muted)}.mypage-topbar{justify-content:space-between;padding:.5rem 1rem;height:3.5rem;background:var(--surface);border-bottom:1px solid var(--border);gap:1rem;box-sizing:border-box}.mypage-nav,.mypage-topbar{display:flex;align-items:center}.mypage-nav{gap:.25rem;flex:1 1;justify-content:center}.mypage-nav-item{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;color:var(--muted);text-decoration:none;border-radius:6px;font-size:.85rem;transition:all .2s}.mypage-nav-item:hover{background:rgba(102,204,255,.1);color:var(--foreground)}.mypage-nav-item .material-symbols-outlined{font-size:1.25rem}.mypage-nav-label{font-weight:500}@media (max-width:768px){.mypage-nav-label{display:none}.header-stats{width:100%;justify-content:center}.header-stat-label{display:none}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.stat-card{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.25rem}.stat-card .material-symbols-outlined{font-size:2rem;color:var(--primary)}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.5rem;font-weight:700;color:var(--foreground)}.stat-label{font-size:.8rem;color:var(--muted)}.dashboard-section{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem}.dashboard-section h2{font-size:1.1rem;font-weight:600;margin:0 0 1rem}.dashboard-tabs{display:flex;gap:.5rem;border-bottom:1px solid var(--border)}.tab-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:none;border-radius:8px 8px 0 0;color:var(--muted);cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s}.tab-btn:hover{background:rgba(102,204,255,.1);color:var(--foreground)}.tab-btn.active{background:var(--primary);color:#fff}.tab-btn .material-symbols-outlined{font-size:1.25rem}.tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .4rem;background:hsla(0,0%,100%,.2);border-radius:10px;font-size:.75rem;font-weight:600}.tab-btn:not(.active) .tab-count{background:var(--border);color:var(--muted)}.filter-bar{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;background:var(--background);border:1px solid var(--border);border-radius:20px;color:var(--muted);cursor:pointer;font-size:.85rem;transition:all .2s}.filter-btn:hover{border-color:var(--primary);color:var(--foreground)}.filter-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.status-badge{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:500}.status-badge.published{background:rgba(16,185,129,.15);color:#10b981}.status-badge.draft{background:rgba(156,163,175,.15);color:#9ca3af}.posts-list{display:flex;flex-direction:column;gap:.5rem}.post-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-radius:8px;background:var(--background);border:1px solid var(--border)}.post-item:hover{border-color:var(--primary)}.post-meta{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.category-list{display:flex;flex-direction:column;gap:.5rem}.category-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-radius:8px;background:var(--background);border:1px solid var(--border)}.category-item:hover{border-color:var(--primary)}.category-info{display:flex;align-items:center;gap:.75rem}.category-title{font-weight:500;color:var(--foreground)}.category-actions{display:flex;gap:.5rem}.icon-btn.danger:hover{background:#ef4444;border-color:#ef4444;color:#fff}.quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem}.action-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;background:var(--background);border:1px solid var(--border);border-radius:8px;text-decoration:none;color:var(--foreground);transition:all .2s}.action-card:hover{background:rgba(102,204,255,.1);border-color:var(--primary)}.action-card .material-symbols-outlined{font-size:2rem;color:var(--primary)}.action-card span:last-child{font-size:.9rem;font-weight:500}.recent-posts-list{display:flex;flex-direction:column;gap:.5rem}.recent-post-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:4px;background:var(--background)}.recent-post-item:hover{background:rgba(102,204,255,.1)}.post-info{display:flex;flex-direction:column;gap:.25rem;flex:1 1}.post-title{color:var(--foreground);text-decoration:none;font-weight:500}.post-title:hover{color:var(--primary)}.post-date{font-size:.8rem;color:var(--muted)}.post-actions{display:flex;gap:.5rem}.icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;background:transparent;border:1px solid var(--border);color:var(--muted);text-decoration:none;transition:all .2s}.icon-btn:hover{background:var(--primary);border-color:var(--primary);color:#fff}.icon-btn .material-symbols-outlined{font-size:1.25rem}@media (max-width:576px){.mypage-header{gap:1rem;text-align:center}.mypage-header,.mypage-user-info{flex-direction:column}.mypage-topbar .bar-label{display:none}}.auth-body{min-height:100vh;display:flex;flex-direction:column;background:var(--background)}.auth-container{flex:1 1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-card{width:100%;max-width:350px;background:var(--surface);border-radius:8px;border:1px solid var(--border);padding:2rem}.auth-logo{display:block;text-align:center;margin-bottom:2rem}.auth-logo img{width:40%;height:auto}.auth-form-container{width:100%}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-header h2{font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.auth-header p{font-size:.85rem;color:var(--muted);margin:0}.auth-field,.auth-form{margin-bottom:1rem}.auth-field input{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:4px;font-size:1rem;outline:none;transition:border-color .2s}.auth-field input:focus{border-color:var(--primary)}.auth-error{background:#fee2e2;color:#dc2626}.auth-error,.auth-success{padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.auth-success{background:#dcfce7;color:#16a34a}.auth-submit-btn{width:100%;padding:.75rem;background:var(--primary);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.auth-submit-btn:hover:not(:disabled){background:#55b8e6}.auth-submit-btn:disabled{opacity:.5;cursor:not-allowed}.auth-terms{font-size:.8rem;color:var(--muted);text-align:center;margin-top:1rem}.auth-terms a{color:var(--primary);text-decoration:none}.auth-divider{height:1px;background:var(--border);margin:1.5rem 0}.auth-alternate{text-align:center}.auth-alternate p{font-size:.9rem;margin:0 0 .75rem;color:var(--muted)}.auth-alternate-btn{display:block;width:100%;padding:.75rem;background:transparent;color:var(--primary);border:1px solid var(--primary);border-radius:4px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .2s}.auth-alternate-btn:hover{background:var(--primary);color:#fff}.auth-links{text-align:center;margin-top:1rem}.auth-links a{font-size:.9rem;color:var(--muted);text-decoration:none}.auth-links a:hover{color:var(--primary)}.auth-message{text-align:center;padding:1rem 0}.auth-message .material-symbols-outlined{font-size:3rem;color:var(--primary);margin-bottom:1rem}.auth-message h2{font-size:1.1rem;margin:0 0 .5rem}.auth-message p{font-size:.9rem;color:var(--muted);margin:0 0 1.5rem}.auth-footer{padding:1rem;border-top:1px solid var(--border);background:var(--surface)}.auth-footer-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.auth-footer-links a{font-size:.85rem;color:var(--muted);text-decoration:none}.auth-footer-links a:hover{color:var(--primary)}.auth-steps{justify-content:center;gap:0;margin-bottom:1.5rem}.auth-step,.auth-steps{display:flex;align-items:center}.auth-step{flex-direction:column;gap:.25rem}.auth-step-number{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;border:2px solid var(--border);color:var(--muted);background:var(--surface);transition:all .2s}.auth-step.active .auth-step-number{border-color:var(--primary);color:var(--primary)}.auth-step.completed .auth-step-number{background:var(--primary);border-color:var(--primary);color:#fff}.auth-step-label{font-size:.7rem;color:var(--muted);transition:color .2s}.auth-step.active .auth-step-label{color:var(--primary);font-weight:600}.auth-step.completed .auth-step-label{color:var(--primary)}.auth-step-line{width:40px;height:2px;background:var(--border);margin:0 .5rem 1rem;transition:background .2s}.auth-field label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.35rem;color:var(--text)}.tiptap-editor{background:var(--surface);border:1px solid var(--border);border-radius:8px}.tiptap-toolbar{display:flex;flex-wrap:wrap;gap:.25rem;padding:.5rem;background:var(--background);border-bottom:1px solid var(--border);border-radius:8px 8px 0 0;position:-webkit-sticky;position:sticky;top:6.5rem;z-index:20}.toolbar-group{display:flex;gap:.25rem;padding-right:.5rem;border-right:1px solid var(--border)}.toolbar-group:last-child{border-right:none}.tiptap-toolbar button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:4px;color:var(--muted);cursor:pointer;transition:all .2s}.tiptap-toolbar button:hover{background:var(--surface);color:var(--foreground)}.tiptap-toolbar button.active{background:var(--primary);color:#fff}.tiptap-toolbar button .material-symbols-outlined{font-size:1.25rem}.dropdown-container{position:relative}.color-dropdown{position:absolute;top:100%;left:0;display:flex;flex-wrap:wrap;gap:.25rem;padding:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.3);z-index:100;width:140px}.color-btn{width:28px;height:28px;border:2px solid var(--border);border-radius:4px;cursor:pointer;transition:transform .2s}.color-btn:hover{transform:scale(1.1)}.color-btn.reset{display:flex;align-items:center;justify-content:center;background:var(--background);color:var(--muted);font-size:.8rem}.tiptap-content{border-radius:0 0 8px 8px}.tiptap-content .ProseMirror{min-height:300px;padding:.625rem .75rem;outline:none;line-height:1.8}.tiptap-content p{margin:0}.tiptap-content p:empty:before{content:"\200B"}.tiptap-content h2{font-size:1.5rem;font-weight:600;margin:1.5rem 0 1rem}.tiptap-content ol,.tiptap-content ul{padding-left:1.5rem;margin:0 0 1rem}.tiptap-content blockquote{border-left:3px solid var(--primary);padding-left:1rem;margin:1rem 0;color:var(--muted)}.tiptap-content img{width:100%;height:auto;display:block;border-radius:0;margin:0;object-fit:fill}.tiptap-content a{color:var(--primary);text-decoration:underline}.tiptap-content mark{background-color:#ff0;padding:.1em .2em;border-radius:2px}.tiptap-content .ProseMirror-placeholder:before{content:attr(data-placeholder);color:var(--muted);pointer-events:none;position:absolute}.tiptap-content iframe{max-width:100%;border-radius:8px;margin:1rem 0}.tiptap-content hr{border:none;border-top:2px solid var(--border);margin:1.5rem 0}.tiptap-content .embed-container{margin:1rem 0;padding:0}.tiptap-content .embed-container iframe{max-width:100%;border-radius:8px}.tiptap-content .link-card-wrapper{margin:1rem 0}.tiptap-content .link-card-placeholder{display:block;padding:1rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;color:var(--primary);text-decoration:none;word-break:break-all;transition:background .2s}.tiptap-content .link-card-placeholder:hover{background:#eee}.tiptap-content pre{background:#1e1e1e;color:#d4d4d4;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9rem;line-height:1.5}.tiptap-content pre code{background:none;color:inherit;padding:0;font-size:inherit}.tiptap-content code{background:var(--surface);padding:.2em .4em;border-radius:4px;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9em}.tiptap-content pre .hljs-keyword{color:#569cd6}.tiptap-content pre .hljs-string{color:#ce9178}.tiptap-content pre .hljs-number{color:#b5cea8}.tiptap-content pre .hljs-comment{color:#6a9955}.tiptap-content pre .hljs-function{color:#dcdcaa}.tiptap-content pre .hljs-class{color:#4ec9b0}.tiptap-content pre .hljs-attr,.tiptap-content pre .hljs-variable{color:#9cdcfe}.tiptap-content pre .hljs-tag{color:#569cd6}.tiptap-content pre .hljs-attribute{color:#9cdcfe}.embed-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000}.embed-modal{background:#fff;color:#1a1a1a;border-radius:12px;width:90%;max-width:600px;max-height:90vh;overflow:auto;box-shadow:0 20px 50px rgba(0,0,0,.3)}.embed-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e5e5}.embed-modal-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#1a1a1a}.modal-close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:#666;cursor:pointer;transition:all .2s}.modal-close-btn:hover{background:#f5f5f5;color:#1a1a1a}.embed-modal-body{padding:1.25rem}.embed-hint{font-size:.9rem;color:#666;margin:0 0 1rem}.embed-textarea{width:100%;padding:.75rem;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;color:#1a1a1a;font-family:monospace;font-size:.85rem;resize:vertical;min-height:120px;box-sizing:border-box}.embed-textarea:focus{outline:none;border-color:var(--primary)}.embed-url-input{width:100%;padding:.75rem 1rem;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;color:#1a1a1a;font-size:.95rem;box-sizing:border-box;transition:border-color .2s ease}.embed-url-input:focus{outline:none;border-color:var(--primary);background:#fff}.embed-url-input:disabled{opacity:.6;cursor:not-allowed}.embed-error{display:flex;align-items:flex-start;gap:.5rem;margin-top:.75rem;padding:.75rem;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:.85rem;white-space:pre-wrap}.embed-error .material-symbols-outlined{font-size:18px;flex-shrink:0}.embed-allowed-services{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e5e5}.allowed-title{font-size:.8rem;color:#666;margin:0 0 .5rem}.allowed-list{display:flex;flex-wrap:wrap;gap:.5rem}.allowed-tag{display:inline-block;padding:.25rem .5rem;background:#f0f0f0;border-radius:4px;font-size:.75rem;color:#666}.embed-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #e5e5e5}.embed-modal-footer .btn-danger{margin-right:auto}.link-modal{max-width:450px}.link-input-group{margin-bottom:1rem}.link-input-group label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.5rem;color:#1a1a1a}.link-input{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;background:#f9f9f9;color:#1a1a1a;box-sizing:border-box}.link-input:focus{outline:none;border-color:var(--primary)}.btn-danger{padding:.6rem 1.25rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;background:#dc2626;color:#fff;transition:all .2s}.btn-danger:hover{background:#b91c1c}.crop-modal{max-width:90vw;width:auto}.crop-modal-body{display:flex;flex-direction:column;align-items:center}.crop-container{max-width:100%;overflow:auto;display:flex;justify-content:center;background:var(--background);border-radius:8px;padding:.5rem}.crop-container .ReactCrop{max-width:100%}.editor-loading{padding:2rem;text-align:center;color:var(--muted)}.post-editor-container{width:100%}.post-editor-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.post-editor-header h1{flex:1 1;font-size:1.25rem;font-weight:600;margin:0}.back-link{display:flex;align-items:center;gap:.25rem;color:var(--muted);text-decoration:none;font-size:.9rem}.back-link:hover{color:var(--primary)}.post-title-input{margin-bottom:1rem}.title-field{width:100%;padding:.625rem .75rem;font-size:1.5rem;font-weight:600;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--foreground)}.title-field::placeholder{color:var(--muted)}.post-meta-row{gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.meta-item,.post-meta-row{display:flex;align-items:center}.meta-item{gap:.5rem}.meta-item label{font-size:.9rem;color:var(--muted)}.select-field{padding:.5rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--foreground);font-size:.9rem}.status-display{margin-left:auto}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:var(--foreground)}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.post-keywords-input{margin-bottom:1rem}.post-keywords-input label{display:block;font-size:.9rem;color:var(--muted);margin-bottom:.5rem}.keywords-field{width:100%;padding:.5rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--foreground);font-size:.95rem;transition:border-color .2s}.keywords-field:focus{outline:none;border-color:var(--primary)}.keywords-field::placeholder{color:var(--muted)}.editor-preview-tabs{display:flex;gap:0;margin-bottom:0;background:var(--background);border:1px solid var(--border);border-radius:8px 8px 0 0;position:-webkit-sticky;position:sticky;top:3.5rem;z-index:20}.editor-preview-tabs .tab-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--muted);font-size:.9rem;cursor:pointer;transition:all .2s}.editor-preview-tabs .tab-btn:hover{color:var(--foreground);background:var(--surface)}.editor-preview-tabs .tab-btn.active{color:var(--primary);border-bottom-color:var(--primary)}.editor-preview-tabs .tab-btn .material-symbols-outlined{font-size:18px}.editor-preview-container{margin-bottom:1.5rem}.editor-preview-container,.post-content-editor,.post-content-editor .tiptap-editor{width:100%;max-width:100%;box-sizing:border-box}.post-content-editor .tiptap-editor{border:1px solid var(--border);border-top:none;border-radius:0 0 8px 8px}.post-content-editor .tiptap-toolbar{top:6.5rem;border-radius:0}.post-preview{width:100%;max-width:100%;min-height:400px;padding:.625rem .75rem;background:var(--surface);border:1px solid var(--border);border-top:none;border-radius:0 0 8px 8px;line-height:1.8;box-sizing:border-box}.preview-content{width:100%;max-width:100%;margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;color:var(--foreground)}.preview-content>:first-child{margin-top:0}.preview-content>:last-child{margin-bottom:0}.preview-content h2{font-size:1.5rem;font-weight:600;margin:1.5rem 0 1rem}.preview-content p{margin:0!important}.preview-content p:empty:before{content:"\200B"}.preview-content ol,.preview-content ul{margin:0 0 1rem;padding-left:1.5rem}.preview-content blockquote{border-left:4px solid var(--primary);padding-left:1rem;margin:1rem 0;color:var(--muted);font-style:italic}.preview-content img{width:100%;height:auto;display:block;border-radius:0;margin:0;object-fit:fill}.preview-content a{color:var(--primary);text-decoration:underline}.preview-content mark{padding:.1em .2em;border-radius:2px}.preview-content hr{border:none;border-top:2px solid var(--border);margin:1.5rem 0}.preview-content iframe{display:block;max-width:100%;border-radius:8px;margin:1rem auto}.preview-content .embed-container{display:flex;justify-content:center;margin:1rem 0}.preview-content .embed-container iframe{max-width:100%}.preview-content .oembed-container{display:flex;justify-content:center;margin:1rem auto}.preview-content .oembed-container blockquote{all:unset;display:block}.preview-content .oembed-container blockquote:before{display:none;content:none}.preview-content .twitter-tweet{margin:0 auto!important}.preview-content pre{background:#1e1e1e;color:#d4d4d4;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9rem;line-height:1.5}.preview-content pre code{background:none;color:inherit;padding:0;font-size:inherit}.preview-content code{background:var(--surface);padding:.2em .4em;border-radius:4px;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9em}.empty-preview{color:var(--muted);text-align:center;padding:3rem 0;width:100%;min-height:300px;display:flex;align-items:center;justify-content:center}.post-actions-bar{display:flex;justify-content:flex-end;align-items:center;gap:1rem;padding:1.25rem 0;margin-top:1rem;border-top:1px solid var(--border)}.post-actions-bar .btn-primary{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;background:#22c55e;color:#fff;border:none;cursor:pointer;transition:all .2s}.post-actions-bar .btn-primary:hover:not(:disabled){background:#16a34a}.post-actions-bar .btn-primary:disabled{opacity:.6;cursor:not-allowed;background:#86efac}.post-actions-bar .btn-primary .material-symbols-outlined{font-size:20px}.publish-toggle{display:flex;align-items:center;gap:.75rem;cursor:pointer;margin-right:auto}.publish-toggle .toggle-label{font-size:.9rem;font-weight:500;color:var(--foreground);min-width:50px}.toggle-switch{position:relative;width:50px;height:26px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--border);transition:.3s;border-radius:26px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:var(--primary)}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(24px)}.btn-danger-outline{display:flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:1px solid #ef4444;border-radius:6px;color:#ef4444;cursor:pointer;transition:all .2s}.btn-danger-outline:hover{background:#ef4444;color:#fff}.data-page-header{margin-bottom:1.5rem}.data-page-header h1{font-size:1.5rem;font-weight:600;margin:0}.today-stats-section{margin-bottom:2rem}.today-stats-section h2{font-size:1.1rem;font-weight:600;margin:0 0 1rem}.today-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.today-stat-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.today-stat-card .material-symbols-outlined{font-size:2rem;color:var(--primary)}.today-stat-card.total .material-symbols-outlined{color:var(--muted)}.stat-content{display:flex;flex-direction:column}.stat-number{font-size:1.75rem;font-weight:700;color:var(--foreground)}.today-stat-card .stat-label{font-size:.85rem;color:var(--muted);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.today-stat-card.positive{border-color:#22c55e}.today-stat-card.positive svg{color:#22c55e}.today-stat-card.negative{border-color:#ef4444}.today-stat-card.negative svg{color:#ef4444}.today-stat-card.neutral svg{color:var(--muted)}.change-badge{display:inline-block;padding:.15rem .4rem;border-radius:4px;font-size:.75rem;font-weight:600;background:var(--background)}.change-badge.up{color:#22c55e;background:rgba(34,197,94,.1)}.change-badge.down{color:#ef4444;background:rgba(239,68,68,.1)}.chart-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.chart-header h2{font-size:1.1rem;font-weight:600;margin:0}.period-selector{display:flex;gap:.5rem}.period-selector button{padding:.5rem 1rem;background:var(--background);border:1px solid var(--border);border-radius:20px;color:var(--muted);cursor:pointer;font-size:.85rem;transition:all .2s}.period-selector button:hover{border-color:var(--primary);color:var(--foreground)}.period-selector button.active{background:var(--primary);border-color:var(--primary);color:#fff}.chart-container{width:100%}.data-note{display:flex;align-items:flex-start;gap:.5rem;padding:1rem;background:rgba(102,204,255,.1);border:1px solid rgba(102,204,255,.3);border-radius:8px;color:var(--muted);font-size:.85rem}.data-note .material-symbols-outlined{font-size:1.25rem;color:var(--primary);flex-shrink:0}.data-note p{margin:0}@media (max-width:768px){.tiptap-toolbar{gap:.125rem;padding:.375rem}.toolbar-group{gap:.125rem;padding-right:.375rem}.tiptap-toolbar button{width:32px;height:32px}.tiptap-toolbar button .material-symbols-outlined{font-size:1.1rem}.tiptap-content .ProseMirror{font-size:16px}.post-preview,.tiptap-content .ProseMirror{min-height:250px;padding:.5rem}.post-actions-bar{flex-direction:column;gap:1rem;padding:1rem 0}.publish-toggle{margin-right:0;width:100%;justify-content:space-between}.post-actions-bar .btn-primary{width:100%;justify-content:center;padding:1rem}.editor-preview-tabs{flex-direction:row;overflow-x:auto}.editor-preview-tabs .tab-btn{flex:1 1;padding:.625rem .75rem;font-size:.85rem}.embed-modal{width:95%;max-height:85vh}.embed-modal-body{padding:1rem}.embed-textarea,.embed-url-input,.link-input{font-size:16px}.embed-modal-footer{flex-wrap:wrap;gap:.5rem}.embed-modal-footer button{flex:1 1;min-width:100px}.embed-modal-footer .btn-danger{flex-basis:100%;margin-right:0;margin-bottom:.5rem}.post-meta-row{flex-direction:column;gap:1rem}.post-meta-row .meta-item{width:100%}}.notifications-list{display:flex;flex-direction:column;gap:.5rem}.notification-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;text-decoration:none;color:var(--foreground);transition:all .2s;position:relative}.notification-item:hover{background:rgba(102,204,255,.1);border-color:var(--primary)}.notification-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.notification-content{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.notification-message{font-size:.95rem;line-height:1.5;margin:0}.notification-date{font-size:.8rem;color:var(--muted)}.notification-badge{width:8px;height:8px;background:var(--primary);border-radius:50%;flex-shrink:0}@media (max-width:576px){.notification-item{padding:.75rem;gap:.75rem}.notification-avatar{width:40px;height:40px}.notification-message{font-size:.9rem}.notification-date{font-size:.75rem}}.bottom-ad{position:-webkit-sticky;position:sticky;bottom:0;z-index:100;background:#fff;border-top:1px solid var(--border);box-shadow:0 -2px 8px rgba(0,0,0,.04);min-height:60px;max-height:100px;display:flex;align-items:center;justify-content:center}@media (max-width:576px){.bottom-ad{min-height:50px}}.ad-container{margin:1rem 0;contain:layout style paint}.ad-container,.ad-container .adsbygoogle{width:100%;max-width:100%;overflow:hidden}.ad-container .adsbygoogle{display:block}.ad-container ins{max-width:100%!important}.ad-inline{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.5rem;margin:.5rem 0}@media (max-width:576px){.ad-container{margin:.75rem 0}.ad-inline{padding:.25rem;margin:.25rem 0;border-radius:6px}}.oembed-container{margin:1rem auto;display:flex;justify-content:center}.oembed-container blockquote{all:unset;display:block}.oembed-container blockquote:before{display:none;content:none}.twitter-tweet{margin:0 auto!important}iframe{display:block;margin:1rem auto;max-width:100%}.embed-container{display:flex;justify-content:center;margin:1rem 0}:root{color-scheme:light;--background:#fbfbfb;--foreground:#1f1f1f;--muted:grey;--primary:#6cf;--surface:#fff;--border:hsla(0,0%,78%,.5);--shadow:0 0 3px 1px hsla(0,0%,71%,.7)}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Noto Sans JP,YakuHanJPs,Yu Gothic,ＭＳ Ｐゴシック,sans-serif;background:var(--background);color:var(--foreground);width:100%;height:100%;position:relative;resize:none}p{margin:0!important}a{color:inherit;text-decoration:none}.text-muted{color:var(--muted)}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:5px;border:1px solid hsla(0,0%,71%,.8);background:#fff;color:#000;font-weight:600;cursor:pointer;transition:background .12s ease}.btn:hover{background:#f0f0f0}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;border:1px solid var(--primary);padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .2s ease}.btn-primary .material-symbols-outlined{font-size:18px}.btn-primary:hover:not(:disabled){background:#55b8e6}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.loading{display:flex;justify-content:center;align-items:center;padding:2rem}.loading-icon{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}