*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}@media(max-width:1200px){html{font-size:15px}}@media(max-width:768px){html{font-size:14px}}@media(max-width:480px){html{font-size:12px}}html,body{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}body{font-family:Lato,Noto Sans KR,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;font-size:1rem}#root{width:100%;min-height:100vh;position:relative;overflow-x:hidden}img{max-width:100%;height:auto}@media(max-width:768px){body{font-size:14px}}.diary-container{min-height:100vh;background:linear-gradient(160deg,#faf8f5,#f0ebe3);padding:2rem 1.5rem 3rem}.diary-form{display:flex;gap:2.5rem;max-width:960px;margin:0 auto;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 24px #0000000f;border:1px solid rgba(0,0,0,.04)}.left{flex:1;display:flex;flex-direction:column}.left label{font-weight:600;margin-bottom:.5rem;color:#2c2c2c;font-size:.9rem}.left input,.left textarea,.left select{margin-bottom:1.25rem;padding:.75rem 1rem;border:1px solid #e8e4df;border-radius:12px;font-size:.95rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.left input:focus,.left textarea:focus,.left select:focus{outline:none;border-color:#c17f59;box-shadow:0 0 0 3px #c17f5926}.left input::placeholder,.left textarea::placeholder{color:#aaa}.left textarea{width:100%;min-width:0;height:220px;resize:vertical;line-height:1.6}.select-row{display:flex;gap:1rem}.select-row select{flex:1;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23555' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2rem}.right{width:320px;display:flex;flex-direction:column;flex-shrink:0}.image-area{flex-shrink:0}.image-box{width:100%;min-height:240px;border:2px dashed #d4cfc7;border-radius:16px;padding:1rem;background:#faf8f5;cursor:pointer;transition:border-color .2s,background .2s}.image-box:hover,.image-box.dragover{border-color:#c17f59;background:#c17f590f}.image-box .placeholder{color:#888;font-size:.9rem;display:flex;align-items:center;justify-content:center;min-height:200px}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.75rem}.preview-item{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:1;background:#f0ebe3}.preview-item img{width:100%;height:100%;object-fit:cover}.remove-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border:none;border-radius:50%;background:#0009;color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .2s}.remove-btn:hover{background:#000c}.right-buttons{margin-top:auto;display:flex;gap:.75rem;padding-top:1.25rem}.right-buttons .submit{flex:1;height:48px;padding:0 1.5rem;background:linear-gradient(135deg,#c17f59,#a86a47);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 14px #c17f5959;transition:transform .2s,box-shadow .2s}.right-buttons .submit:hover{transform:translateY(-1px);box-shadow:0 6px 18px #c17f5966}.right-buttons .submit:disabled{background:#bbb;cursor:not-allowed;transform:none;box-shadow:none}.right-buttons .cancel{flex:1;height:48px;padding:0 1.5rem;background:#fff;color:#555;border:1px solid #e0dcd6;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s}.right-buttons .cancel:hover{background:#f5f2ed;border-color:#c17f59;color:#a86a47}@media(max-width:768px){.diary-form{flex-direction:column;padding:1.5rem}.right{width:100%}}.diary-list-page{width:100%;padding:0 0 2rem}.diary-list-header{max-width:720px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.diary-list-title{font-size:1.5rem;font-weight:700;color:#2c2c2c;letter-spacing:-.02em}.diary-list-spacer{flex:1}.diary-list-write-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#c17f59,#a86a47);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 4px 14px #c17f5959;transition:transform .2s,box-shadow .2s}.diary-list-write-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c17f5966}.diary-list-inner{max-width:720px;margin:0 auto}.diary-list-empty{text-align:center;padding:3rem 1rem;color:#888;font-size:1rem;background:#ffffffb3;border-radius:16px}.diary-card{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1rem;margin-bottom:.75rem;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;cursor:pointer;transition:transform .2s,box-shadow .2s;border:1px solid rgba(0,0,0,.04)}.diary-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.diary-card-thumb{width:88px;height:88px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#f0ebe3}.diary-card-thumb img{width:100%;height:100%;object-fit:cover}.diary-card-body{flex:1;min-width:0}.diary-card-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:600;color:#2c2c2c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.diary-card-preview{margin:0 0 .5rem;font-size:.875rem;color:#555;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.diary-card-meta{font-size:.75rem;color:#999}.diary-card-arrow{color:#c17f59;font-size:1.25rem;font-weight:300;flex-shrink:0}.diary-pagination{margin-top:2rem;display:flex;justify-content:center}.diary-pagination button{color:#555}.diary-pagination button:hover:not(:disabled){color:#c17f59}.diary-pagination button[class*=active]{background-color:#c17f59!important;color:#fff!important}.diary-detail{min-height:100vh;background:linear-gradient(160deg,#faf8f5,#f0ebe3);padding:6rem 1.5rem 3rem}.diary-detail-inner{max-width:1000px;margin:0 auto;display:flex;gap:2.5rem;align-items:flex-start}.diary-content{flex:1;min-width:0;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 24px #0000000f;border:1px solid rgba(0,0,0,.04)}.diary-content .writer{font-size:.85rem;color:#888;margin-bottom:.75rem}.diary-content .title{font-size:1.6rem;font-weight:700;color:#2c2c2c;margin-bottom:1.25rem;line-height:1.35;letter-spacing:-.02em}.diary-content .content{font-size:1rem;line-height:1.8;color:#444;white-space:pre-wrap;word-break:break-word}.divider{margin:1.75rem 0;border:none;border-top:1px solid #eee}.comment-input{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.comment-input textarea{resize:none;height:88px;padding:1rem;border-radius:12px;border:1px solid #e8e4df;font-size:.95rem;font-family:inherit;transition:border-color .2s}.comment-input textarea:focus{outline:none;border-color:#c17f59}.comment-input button{align-self:flex-end;padding:.6rem 1.25rem;border-radius:10px;border:none;background:linear-gradient(135deg,#c17f59,#a86a47);color:#fff;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.comment-input button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #c17f5959}.button-group{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.button-group button{padding:.5rem 1rem;border-radius:10px;border:1px solid #e0dcd6;background:#fff;color:#555;font-size:.9rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.button-group button:hover{background:#faf8f5;border-color:#c17f59;color:#a86a47}.diary-image{width:380px;flex-shrink:0}.image-slider{position:relative;width:100%;height:320px;overflow:hidden;background:#f0ebe3;border-radius:20px;box-shadow:0 4px 20px #00000014}.slider-image{width:100%;height:100%;object-fit:cover;display:block}.arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border:none;border-radius:50%;background:#00000073;color:#fff;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.arrow:hover{background:#000000a6}.arrow.left{left:1rem}.arrow.right{right:1rem}.comment-section{margin-top:1.75rem;background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 2px 16px #0000000d;border:1px solid rgba(0,0,0,.04)}.comment-title{font-size:1rem;font-weight:700;color:#2c2c2c;margin-bottom:1rem}.comment-title span{font-size:.85rem;font-weight:500;color:#888;margin-left:.35rem}.no-comment{text-align:center;padding:2rem;color:#999;font-size:.9rem}.comment-item{display:flex;gap:.75rem;padding:1rem;margin-bottom:.5rem;background:#faf8f5;border-radius:12px;border:1px solid rgba(0,0,0,.04)}.comment-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#e8e4df,#ddd9d3);flex-shrink:0}.comment-body{flex:1;min-width:0}.comment-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.comment-writer{font-size:.9rem;font-weight:600;color:#2c2c2c}.comment-date{font-size:.75rem;color:#999}.comment-content{margin:0;font-size:.9rem;line-height:1.6;color:#444;word-break:break-word}.comment-pagination{display:flex;justify-content:center;align-items:center;gap:.35rem;margin-top:1rem}.comment-pagination button{min-width:32px;height:32px;padding:0 .5rem;border:1px solid #e0dcd6;border-radius:8px;background:#fff;color:#555;font-size:.85rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.comment-pagination button:hover:not(:disabled){background:#faf8f5;border-color:#c17f59;color:#a86a47}.comment-pagination button.active{background:#c17f59;border-color:#c17f59;color:#fff}.comment-pagination button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:900px){.diary-detail-inner{flex-direction:column}.diary-image{width:100%;max-width:480px;margin:0 auto}}
