:root{font-family:Pretendard,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.6;font-weight:400;color:#0f172a;background-color:#eef2ff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:inherit}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#eef2ff,#f8fafc)}#root{min-height:100vh}.notes-shell{display:flex;min-height:100vh;background:linear-gradient(180deg,#eceff5,#fdfdfd 60%);color:#1d1d1f;font-family:SF Pro Display,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.notes-sidebar{width:340px;background:#f8f8f9;border-right:1px solid #dcdcde;padding:24px;display:flex;flex-direction:column;gap:16px}.sidebar-header{display:flex;justify-content:space-between;align-items:flex-start}.notes-sidebar h1{margin:0;font-size:1.8rem}.api-indicator{font-size:.75rem;color:#6c6c70;background:#ececf2;padding:.35rem .6rem;border-radius:10px}.sidebar-controls{display:flex;gap:8px}.sidebar-controls input,.sidebar-controls select{flex:1;border:1px solid #d0d0d5;border-radius:10px;padding:.6rem .75rem;font-size:.95rem;background:#fff}.sidebar-controls select{flex:none;width:140px}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.quick-actions button{border:none;border-radius:12px;font-weight:600;padding:.75rem 1rem;cursor:pointer;font-size:1rem}.quick-actions button:first-child{background:linear-gradient(135deg,#ffd452,#ff9f0a);color:#1d1d1f}.quick-actions button:last-child{background:#e7f0ff;color:#0f62fe}.memo-list{flex:1;overflow-y:auto;border-radius:18px;background:#fff;padding:8px;display:flex;flex-direction:column;gap:6px}.memo-list-item{border:none;text-align:left;padding:10px 12px;border-radius:12px;background:transparent;cursor:pointer;transition:background .2s}.memo-list-item strong{font-size:1rem}.memo-list-item p{margin:4px 0;color:#6c6c70;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memo-list-item small{color:#8e8e93;font-size:.75rem}.memo-list-item.active{background:#e7f0ff}.pin-dot{color:#ff9f0a}.notes-main{flex:1;padding:32px;display:flex;flex-direction:column;gap:20px}.view-tabs{display:inline-flex;gap:12px}.view-tabs button{border:none;background:transparent;font-size:1rem;padding:.4rem .8rem;border-radius:999px;cursor:pointer;color:#6c6c70}.view-tabs button.active{background:#e7f0ff;color:#0f62fe}.detail-panel{background:#ffffffe6;border-radius:28px;border:1px solid #e5e5ea;padding:32px;box-shadow:0 20px 60px #0f172a1f;width:100%;display:flex;flex-direction:column;gap:24px}.detail-header h2{margin:.2rem 0}.detail-header small{color:#8e8e93}.pin-toggle-box{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;color:#6c6c70}.detail-form label{display:flex;flex-direction:column;gap:6px;font-weight:600}.detail-form input,.detail-form textarea,.detail-form select{border:1px solid #d0d0d5;border-radius:12px;padding:.75rem 1rem;font-size:1rem;font-family:inherit}.detail-form textarea{resize:vertical}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.form-actions{display:flex;align-items:center;gap:1rem}.form-actions button,.tracker-panel button{border:none;border-radius:12px;background:#007aff;color:#fff;font-weight:600;padding:.75rem 1.4rem;cursor:pointer}.tracker-issues-panel{background:#ffffffe6;border-radius:28px;border:1px solid #e5e5ea;padding:32px;box-shadow:0 20px 60px #0f172a1f;display:flex;flex-direction:column;gap:16px}.tracker-issues-header{display:flex;justify-content:space-between;align-items:center}.tracker-issues-header button{border:none;border-radius:12px;background:#007aff;color:#fff;font-weight:600;padding:.5rem 1.1rem;cursor:pointer}.tracker-issues-list{display:grid;gap:12px}.tracker-issues-list article{border:1px solid #e2e2e7;border-radius:16px;padding:16px;background:#fff}.tracker-issues-list header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.tracker-issues-list h4{margin:0 0 6px}.tracker-issues-list p{margin:0 0 4px;color:#4a4a4f}.tracker-issues-list small{color:#8e8e93}.tracker-panel{border-top:1px solid #ededf0;padding-top:16px;display:flex;flex-direction:column;gap:12px}.tracker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.tracker-grid input{border:1px solid #d0d0d5;border-radius:10px;padding:.65rem .9rem}.feedback{font-size:.9rem;color:#06c}.feedback.error{color:#d93025}.muted{color:#8e8e93}.detail-panel .feedback{display:inline-block}.empty-state{margin:auto;text-align:center;color:#6c6c70}@media(max-width:960px){.notes-shell{flex-direction:column}.notes-sidebar{width:100%;border-right:none;border-bottom:1px solid #dcdcde}.notes-main{padding:16px}}
