.dashboard{max-width:var(--max-width);margin:0 auto;padding:32px 20px 80px}.home-greeting{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - var(--header-height) - 64px);gap:16px}.greeting-text{font-size:.9rem;color:var(--text-secondary);font-weight:500}.home-empty{text-align:center;padding:80px 20px;font-size:.85rem;color:var(--text-tertiary)}.home-layout{display:grid;grid-template-columns:200px 1fr;gap:24px;align-items:start}.home-sidebar{position:sticky;top:calc(var(--header-height) + 20px);display:flex;flex-direction:column;gap:16px}.sidebar-profile{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:24px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.profile-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid var(--border-color)}.profile-name{font-size:.95rem;font-weight:700;color:var(--text-primary)}.profile-desc{font-size:.75rem;color:var(--text-tertiary);line-height:1.4}.sidebar-socials{display:flex;justify-content:center;gap:10px}.social-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);text-decoration:none;transition:background .15s,color .15s,border-color .15s}.social-btn:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:var(--accent-light)}.sidebar-visitors{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden}.sidebar-visitors-title{padding:12px 16px;font-size:.75rem;font-weight:600;color:var(--text-tertiary);border-bottom:1px solid var(--border-color);letter-spacing:.03em}.visitor-rows{padding:4px 0}.visitor-row{display:flex;align-items:center;justify-content:space-between;padding:8px 16px}.visitor-row-label{font-size:.8rem;color:var(--text-secondary)}.visitor-row-num{font-size:.9rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.sidebar-comments{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden}.sidebar-comments-title{padding:12px 16px;font-size:.75rem;font-weight:600;color:var(--text-tertiary);border-bottom:1px solid var(--border-color);letter-spacing:.03em;display:flex;align-items:center;gap:6px}.comment-items{padding:4px 0}.comment-empty{padding:16px;font-size:.75rem;color:var(--text-tertiary);text-align:center}.comment-item{display:flex;align-items:flex-start;gap:8px;padding:8px 16px;text-decoration:none;color:inherit;transition:background .15s}.comment-item:hover{background:var(--bg-tertiary)}.comment-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0;margin-top:1px}.comment-text{display:flex;flex-direction:column;gap:2px;min-width:0}.comment-post-title{font-size:.68rem;color:var(--accent-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comment-author{font-size:.72rem;font-weight:600;color:var(--text-secondary)}.comment-body{font-size:.72rem;color:var(--text-tertiary);line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-guestbook{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden}.sidebar-guestbook-title{padding:12px 16px;font-size:.75rem;font-weight:600;color:var(--text-tertiary);border-bottom:1px solid var(--border-color);letter-spacing:.03em;display:flex;align-items:center;justify-content:space-between}.sidebar-guestbook-label{display:flex;align-items:center;gap:6px}.guestbook-items{padding:4px 0}.guestbook-empty{padding:16px;font-size:.75rem;color:var(--text-tertiary);text-align:center}.guestbook-item{display:flex;align-items:flex-start;gap:8px;padding:8px 16px}.guestbook-avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0;margin-top:1px}.guestbook-text{display:flex;flex-direction:column;gap:2px;min-width:0}.guestbook-author{font-size:.72rem;font-weight:600;color:var(--text-secondary)}.guestbook-body{font-size:.72rem;color:var(--text-tertiary);line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guestbook-more{font-size:.68rem;color:var(--text-tertiary);text-decoration:none;transition:color .15s;flex-shrink:0}.guestbook-more:hover{color:var(--accent-primary)}.home-main{display:flex;flex-direction:column;gap:32px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.section-title{font-size:.88rem;font-weight:800;color:var(--text-secondary);display:flex;align-items:center;gap:6px;letter-spacing:.02em}.section-title svg{stroke-width:2.5}.section-more{font-size:.78rem;color:var(--text-tertiary);text-decoration:none;transition:color .15s}.section-more:hover{color:var(--accent-primary)}.hero-post{display:block;position:relative;border-radius:var(--radius-sm);overflow:hidden;text-decoration:none;color:#fff;min-height:260px}.hero-post-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-color:var(--bg-tertiary);filter:blur(2px);transform:scale(1.05);transition:transform .4s}.hero-post:hover .hero-post-bg{transform:scale(1.1)}.hero-post-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000bf,#00000059,#00000026)}.hero-post-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;padding:28px 24px;min-height:260px}.hero-badge{display:inline-flex;align-items:center;gap:5px;font-size:.7rem;font-weight:700;color:#fff;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px 12px;border-radius:20px;width:fit-content}.hero-post-title{font-size:1.4rem;font-weight:700;line-height:1.4;text-shadow:0 1px 4px rgba(0,0,0,.3)}.hero-post-views{display:flex;align-items:center;gap:5px;font-size:.78rem;opacity:.95}.post-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}.post-gallery-card{display:block;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s,transform .25s}.post-gallery-card:hover{border-color:var(--accent-primary);box-shadow:0 4px 14px #e8735a14;transform:translateY(-3px)}[data-theme=dark] .post-gallery-card:hover{box-shadow:0 4px 14px #0000004d}.post-gallery-thumb{width:100%;aspect-ratio:4 / 3;background:var(--bg-tertiary);overflow:hidden}.post-gallery-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.post-gallery-card:hover .post-gallery-thumb img{transform:scale(1.05)}.post-gallery-body{padding:12px;min-width:0}.post-gallery-name{display:block;font-size:.84rem;font-weight:600;color:var(--text-primary);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s}.post-gallery-card:hover .post-gallery-name{color:var(--accent-primary)}.dash-book-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.dash-book-card{display:block;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);overflow:hidden;text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s,transform .25s}.dash-book-card:hover{border-color:var(--accent-primary);box-shadow:0 6px 20px #e8735a14;transform:translateY(-4px)}[data-theme=dark] .dash-book-card:hover{box-shadow:0 6px 20px #0000004d}.dash-book-cover{width:100%;aspect-ratio:3 / 4;background:var(--bg-tertiary);overflow:hidden}.dash-book-img{width:100%;height:100%;object-fit:cover}.dash-book-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-tertiary)}.dash-book-info{padding:12px 14px;min-width:0}.dash-book-title{display:block;font-size:.84rem;font-weight:600;color:var(--text-primary);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s}.dash-book-card:hover .dash-book-title{color:var(--accent-primary)}@media(max-width:768px){.dashboard{padding:16px 12px 60px}.home-layout{grid-template-columns:1fr;gap:20px}.home-sidebar{display:none}.home-main{gap:28px}.hero-post{min-height:200px}.hero-post-content{padding:22px 18px;min-height:200px}.hero-post-title{font-size:1.15rem}.post-gallery{grid-template-columns:repeat(3,1fr);gap:10px}.dash-book-grid{grid-template-columns:repeat(3,1fr);gap:12px}.dash-book-card:nth-child(n+4){display:none}}@media(max-width:480px){.hero-post{min-height:200px}.hero-post-content{min-height:200px;padding:18px 14px}.hero-post-title{font-size:1.05rem}.post-gallery-body{padding:10px}.post-gallery-name{font-size:.8rem}.dash-book-info{padding:10px 12px}.dash-book-title{font-size:.8rem}}.header{position:sticky;top:0;z-index:100;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 24px;height:var(--header-height);display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:24px}.header-nav{display:flex;align-items:center;gap:4px}.header-tab{font-size:.85rem;font-weight:500;color:var(--text-secondary);padding:4px 10px;border-radius:var(--radius-sm);transition:color .2s,background .15s}.header-tab:hover{color:var(--text-primary);background:var(--bg-tertiary)}.header-tab.active{color:var(--text-primary);font-weight:700}.header-logo{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:600;color:var(--text-primary);transition:color .2s}.header-logo:hover{color:var(--accent-primary)}.logo-icon{flex-shrink:0;color:var(--text-secondary);display:flex;stroke-width:3;transition:color .2s}.header-logo:hover .logo-icon{color:var(--accent-primary)}.logo-text{font-size:.95rem;font-weight:1000;line-height:1}.theme-toggle{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-secondary);border:1px solid var(--border-color);transition:background .15s}.theme-toggle:hover{background:var(--bg-tertiary)}.drawer-toggle{display:none;width:32px;height:32px;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-secondary);border:1px solid var(--border-color);background:transparent;cursor:pointer;transition:background .15s}.drawer-toggle:hover{background:var(--bg-tertiary)}.mobile-drawer-overlay{position:fixed;inset:0;background:#0000004d;z-index:200}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:280px;max-width:85vw;background:var(--bg-secondary);border-left:1px solid var(--border-color);z-index:201;transform:translate(100%);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column;padding:20px;gap:20px}.mobile-drawer.open{transform:translate(0)}.drawer-close{align-self:flex-end;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);color:var(--text-secondary);border:1px solid var(--border-color);background:transparent;cursor:pointer;transition:background .15s}.drawer-close:hover{background:var(--bg-tertiary)}.drawer-profile{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.drawer-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--border-color)}.drawer-name{font-size:.95rem;font-weight:700;color:var(--text-primary)}.drawer-desc{font-size:.75rem;color:var(--text-tertiary);line-height:1.4}.drawer-socials{display:flex;justify-content:center;gap:6px}.drawer-social-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);text-decoration:none;transition:background .15s,color .15s,border-color .15s}.drawer-social-btn:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:var(--accent-light)}.drawer-section{display:flex;flex-direction:column;gap:8px}.drawer-section-title{font-size:.72rem;font-weight:600;color:var(--text-tertiary);letter-spacing:.03em;padding-bottom:6px;border-bottom:1px solid var(--border-color)}.drawer-visitor-rows{display:flex;flex-direction:column}.drawer-visitor-row{display:flex;align-items:center;justify-content:space-between;padding:7px 4px}.drawer-visitor-label{font-size:.8rem;color:var(--text-secondary)}.drawer-visitor-num{font-size:.9rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.drawer-theme-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;font-size:.82rem;font-weight:600;color:var(--text-secondary);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;transition:background .15s,color .15s}.drawer-theme-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}@media(max-width:768px){.header-inner{padding:0 16px}.header-left{gap:16px}.header-tab{font-size:.8rem;padding:4px 8px}.theme-toggle{display:none}.drawer-toggle{display:flex}}.footer{margin-top:auto;padding:24px 24px 32px;border-top:1px solid var(--border-color)}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:12px}.footer-links{display:flex;align-items:center;gap:8px}.footer-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);color:var(--text-tertiary);transition:color .2s}.footer-link:hover{color:var(--accent-primary)}.footer-copy{font-size:.75rem;color:var(--text-tertiary);cursor:default;user-select:none;-webkit-user-select:none}.footer-copy--admin{text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px}@media(max-width:768px){.footer{padding:20px 16px 28px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Pretendard,Roboto,Noto Sans KR,Segoe UI,Malgun Gothic,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);transition:background-color .2s ease,color .2s ease}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea{font-family:inherit;border:none;outline:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:2px}.page-loading{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:var(--bg-primary);z-index:50}.loading-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid var(--border-color);animation:pulse 2s ease-in-out infinite}.loading-text{font-size:.9rem;color:var(--text-secondary);font-weight:500}.loading-dots{display:flex;gap:6px}.loading-dots .dot{width:6px;height:6px;border-radius:50%;background:var(--text-tertiary);animation:bounce 1.2s ease-in-out infinite}.loading-dots .dot:nth-child(2){animation-delay:.2s}.loading-dots .dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}:root{--bg-primary: #f9f8f7;--bg-secondary: #ffffff;--bg-tertiary: #f0eeed;--text-primary: #111010;--text-secondary: #2e2923;--text-tertiary: #4a4239;--accent-primary: #e8735a;--accent-light: #fdf0ed;--accent-hover: #d4604a;--border-color: #c9bfb4;--radius-sm: 12px;--radius-md: 12px;--radius-lg: 12px;--max-width: 1200px;--header-height: 48px;--yellow: #bf8700;--green: #1a7f37}[data-theme=dark]{--bg-primary: #1a1613;--bg-secondary: #242019;--bg-tertiary: #2e2a22;--text-primary: #f5f1eb;--text-secondary: #ddd4c8;--text-tertiary: #b5a99c;--accent-primary: #f0917d;--accent-light: #2d1f1a;--accent-hover: #f5a898;--border-color: #3a342c}.app{min-height:100vh;display:flex;flex-direction:column}
