body,html{background-color:#f4f4f4;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;height:100%;margin:0;padding:0}body{background-color:#fff;overflow-y:auto}*{box-sizing:border-box}#root{background-attachment:scroll;background-clip:initial;background-color:#f0f8ff;background-image:url(/static/media/wood.44a472e32489c4dcc75c.jpg);background-origin:initial;background-position:0 0;background-repeat:repeat;background-size:auto}.container{background-color:#fff;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:column;margin:0 auto;max-width:414px;min-height:100vh;overflow:hidden;position:relative}header{align-items:center;background-color:#f9e3e0;display:flex;justify-content:space-between;padding:15px 20px}.header-title{font-size:18px;font-weight:700}.header-actions{display:flex;gap:15px;min-width:24px}.icon{height:24px;width:24px}.note-list{flex-grow:1;overflow-y:auto;padding:10px 20px}.note-item{align-items:center;background-color:#fff8f7;border-radius:8px;display:flex;margin-bottom:10px;padding:15px}.note-content{flex-grow:1;font-size:16px;font-weight:700;margin-right:10px}.note-meta{color:#888;font-size:12px;margin-top:5px}.qr-code{background-color:#ddd;flex-shrink:0;height:60px;width:60px}.add-button{align-items:center;background-color:#f9776f;border-radius:50%;bottom:20px;box-shadow:0 2px 10px #f9776f4d;display:flex;height:56px;justify-content:center;position:fixed;right:20px;width:56px}.edit-container{background:#fff;display:flex;flex-direction:column;flex-grow:1;padding:20px}.edit-section{margin-bottom:20px}.edit-textarea{border:1px solid #ddd;border-radius:4px;font-size:16px;height:150px;padding:10px;resize:vertical;width:100%}.image-upload-section{align-items:center;border:1px dashed #ccc;border-radius:4px;cursor:pointer;display:flex;gap:10px;padding:10px}.image-upload-icon{fill:#f9776f;height:24px;width:24px}.image-upload-text{color:#666;font-size:14px}#map{border-radius:4px;height:200px;overflow:hidden;width:100%}.save-button{background-color:#f9776f;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:auto;padding:12px}#imageUpload{display:none}.location-note-input{border:1px solid #ddd;border-radius:4px;font-size:14px;margin-top:10px;padding:10px;width:100%}.image-container{aspect-ratio:1/1;border:2px solid #f9e3e0;border-radius:4px;cursor:pointer;overflow:visible;position:relative;width:calc(33.33% - 10px)}.image-container:active{cursor:grabbing}.image-container:hover{cursor:grab}.image-container.dragging{cursor:grabbing;opacity:.5}.image-remove{align-items:center;background-color:#00000080;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:24px;justify-content:center;opacity:1;position:absolute;right:-12px;top:-12px;transition:background-color .2s;width:24px;z-index:1}.image-remove:hover,.image-viewer{background-color:#000c}.image-viewer{align-items:center;animation:fade-in .3s ease-in-out;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:1001}.viewer-image{animation:zoom-in .3s ease-in-out;max-height:90%;max-width:90%;object-fit:contain;pointer-events:none}.next-arrow,.prev-arrow{align-items:center;background-color:#00000080;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s;-webkit-user-select:none;user-select:none;width:40px}.next-arrow:hover,.prev-arrow:hover{background-color:#f9776fcc}.prev-arrow{left:20px}.next-arrow{right:20px}.next-arrow:before,.prev-arrow:before{border-right:2px solid #fff;border-top:2px solid #fff;content:"";display:block;height:10px;width:10px}.prev-arrow:before{margin-left:4px;transform:rotate(-135deg)}.next-arrow:before{margin-right:4px;transform:rotate(45deg)}.close-viewer{color:#fff;cursor:pointer;font-size:30px;position:absolute;right:20px;top:10px;-webkit-user-select:none;user-select:none}.settings-menu{background-color:#fff;box-shadow:-2px 0 5px #0000001a;height:100%;position:absolute;right:-300px;top:0;transition:right .3s ease-in-out;width:300px;z-index:20}.settings-menu.active{right:0}.settings-header{background-color:#f9e3e0;font-size:18px;font-weight:700;padding:15px 20px}.settings-list{padding:20px}.settings-item{align-items:center;border-bottom:1px solid #eee;cursor:pointer;display:flex;font-weight:500;justify-content:space-between;padding:15px 0}.settings-item:hover{color:#f9a9a7}.settings-item:last-child{border-bottom:none}.settings-item input[type=checkbox]{cursor:pointer;height:20px;width:20px}a.settings-item{align-items:center;color:#333;display:flex;justify-content:space-between;text-decoration:none;width:100%}a.settings-item span{flex-grow:1}.settings-item.github-login{align-items:center;display:flex;justify-content:space-between}.settings-item.github-login span{flex-grow:1}.settings-item.github-login svg{fill:#333;height:24px;width:24px}.overlay{background-color:#00000080;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease-in-out;visibility:hidden;width:100%;z-index:15}.overlay.active{opacity:1;visibility:visible}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes zoom-in{0%{transform:scale(.8)}to{transform:scale(1)}}.user-status{align-items:center;cursor:pointer;display:flex}.user-avatar{border-radius:50%;height:32px;width:32px}.login-button{align-items:center;background-color:#f9776f;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;justify-content:center;padding:8px 16px;transition:background-color .3s ease}.login-button:hover{background-color:#f85a50}.login-button .github-icon{fill:currentColor;height:16px;margin-right:8px;width:16px}.login-button span{line-height:1}.note-image{border-radius:4px;flex-shrink:0;height:80px;margin-left:10px;overflow:hidden;width:80px}.note-image img{height:100%;object-fit:cover;width:100%}.note-view-container{padding:20px}.note-content{font-size:18px;margin-bottom:20px}.note-images{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.note-images img{border-radius:4px;height:auto;max-width:200px;object-fit:cover;width:100%}.note-location,.note-location-note,.note-time{margin-bottom:10px}.edit-button{align-items:center;background-color:#f9776f;border-radius:50%;bottom:20px;box-shadow:0 2px 10px #f9776f4d;cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:20px;width:56px}.view-container{background:#fff;display:flex;flex-direction:column;flex-grow:1;padding:20px}.view-section{margin-bottom:20px}.view-content{font-size:18px;line-height:1.6;white-space:pre-wrap}.image-preview-section{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px;margin-top:0}.preview-image{aspect-ratio:1/1;border-radius:4px;cursor:pointer;object-fit:cover;width:calc(33.33% - 10px)}.location-section{display:flex;flex-direction:column;gap:10px}.location-info{align-items:center;display:flex;gap:10px}.location-icon{fill:#f9776f;height:24px;width:24px}.location-note,.time-section{color:#666;font-size:14px}.time-section{border-top:1px solid #eee;display:flex;justify-content:space-between;padding-top:10px}
/*# sourceMappingURL=main.ab774863.css.map*/