*{box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fafafa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}:root{--header-height: 56px;--sidebar-width: 200px;--sidebar-collapsed-width: 60px;--bg-color: #fff;--text-color: #333;--text-muted: #666;--border-color: #e0e0e0;--accent-color: #333}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:var(--bg-color);border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;z-index:100}.header-left{display:flex;align-items:center;gap:.75rem}.menu-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.menu-button:hover{background:#f5f5f5}.menu-icon{font-size:1.25rem;color:var(--text-color)}.brand{display:flex;align-items:center;gap:.5rem;color:var(--text-color)}.brand-name{font-size:1.1rem;font-weight:500;letter-spacing:-.02em}.header-nav{display:none;gap:.25rem}.header-nav-button{padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:var(--text-muted);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.header-nav-button:hover{color:var(--text-color);background:#f5f5f5}.header-nav-button.active{color:var(--bg-color);background:var(--accent-color)}.drawer-overlay{position:fixed;inset:0;background:#0000004d;z-index:150}.drawer{position:fixed;top:0;left:0;bottom:0;width:260px;background:var(--bg-color);border-right:1px solid var(--border-color);transform:translate(-100%);transition:transform .25s ease-out;z-index:200;padding-top:calc(var(--header-height) + 1rem)}.drawer.open{transform:translate(0)}.drawer-nav{display:flex;flex-direction:column;padding:0 .75rem}.drawer-nav-button{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:1rem;font-weight:500;color:var(--text-muted);background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.drawer-nav-button:hover{background:#f5f5f5;color:var(--text-color)}.drawer-nav-button.active{background:var(--accent-color);color:var(--bg-color)}.drawer-nav-icon{font-size:1.1rem;width:24px;text-align:center}.sidebar{display:none;position:fixed;top:var(--header-height);left:0;bottom:0;width:var(--sidebar-width);background:var(--bg-color);border-right:1px solid var(--border-color);padding-top:1rem;z-index:50}.sidebar-nav{display:flex;flex-direction:column;padding:0 .75rem}.sidebar-nav-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;color:var(--text-muted);background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.sidebar-nav-button:hover{background:#f5f5f5;color:var(--text-color)}.sidebar-nav-button.active{background:var(--accent-color);color:var(--bg-color)}.sidebar-nav-icon{font-size:1rem;width:20px;text-align:center}.app-main{flex:1;margin-top:var(--header-height);padding:1.5rem 1rem 2rem}.content-container{max-width:600px;margin:0 auto}@media(min-width:768px){.menu-button{display:none}.header-nav{display:flex}.drawer,.drawer-overlay{display:none}}@media(min-width:1024px){.header-nav{display:none}.sidebar{display:block}.app-main{margin-left:var(--sidebar-width)}.content-container{max-width:700px}}.capture-view{display:flex;flex-direction:column;align-items:center}.input{width:100%;min-height:200px;max-height:70vh;padding:1rem 3.5rem 1rem 1rem;font-size:1rem;font-family:inherit;border:2px solid #e0e0e0;border-radius:8px;resize:none;transition:border-color .2s;line-height:1.5;overflow-y:auto}@media(max-width:600px){.input{min-height:50vh;font-size:1.1rem}}.input:focus{outline:none;border-color:#333}.input:disabled{background:#f5f5f5}.knock-button{margin-top:1rem;padding:1rem 3rem;font-size:1.1rem;font-weight:500;color:#fff;background:#333;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.knock-button:hover:not(:disabled){background:#555;transform:translateY(-1px)}.knock-button:active:not(:disabled){transform:translateY(0)}.knock-button:disabled{opacity:.5;cursor:not-allowed}.knock-button.sending{background:#666}.knock-button.success{background:#2e7d32}.feedback{margin-top:1rem;font-size:.9rem}.feedback.success{color:#2e7d32}.feedback.error{color:#c62828}.hint{margin-top:2rem;font-size:.8rem;color:#999}.clear-draft-link{background:none;border:none;padding:0;font:inherit;font-size:.8rem;color:#999;cursor:pointer;text-decoration:underline;transition:color .2s}.clear-draft-link:hover{color:#666}.input-container{position:relative;width:100%}.mic-button{position:absolute;bottom:12px;right:12px;width:40px;height:40px;padding:0;color:#666;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:50%;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.mic-button svg{width:20px;height:20px}.mic-button:hover:not(:disabled){background:#e0e0e0;color:#333}.mic-button:disabled{opacity:.5;cursor:not-allowed}.mic-button.listening{background:#c62828;color:#fff;border-color:#c62828;animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 #c6282866}70%{box-shadow:0 0 0 10px #c6282800}to{box-shadow:0 0 #c6282800}}.listening-indicator{margin-top:.5rem;font-size:.85rem;color:#c62828;text-align:center;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.5}}.viewer-view{width:100%}.search-form{display:flex;gap:.5rem;margin-bottom:1.5rem}.search-input{flex:1;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:2px solid #e0e0e0;border-radius:8px;transition:border-color .2s}.search-input:focus{outline:none;border-color:#333}.search-button{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;background:#333;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.search-button:hover{background:#555}.loading,.empty{text-align:center;color:#999;padding:2rem}.ideas-list{list-style:none;padding:0;margin:0}.idea-item{padding:1rem;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:.75rem;cursor:pointer;transition:all .2s}.idea-item:hover{border-color:#999;background:#fafafa}.idea-time{display:block;font-size:.8rem;color:#999;margin-bottom:.5rem}.idea-preview{margin:0;color:#333;line-height:1.5}.load-more-button{display:block;width:100%;padding:1rem;font-size:1rem;font-weight:500;color:#333;background:transparent;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s}.load-more-button:hover:not(:disabled){border-color:#333}.load-more-button:disabled{opacity:.5;cursor:not-allowed}.back-button{padding:.5rem 1rem;font-size:.9rem;color:#666;background:transparent;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;margin-bottom:1.5rem;transition:all .2s}.back-button:hover{border-color:#999;color:#333}.detail-view{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.detail-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fafafa;border-bottom:1px solid #e0e0e0}.detail-time{font-size:.9rem;color:#666}.detail-source{font-size:.8rem;color:#999;background:#e0e0e0;padding:.25rem .5rem;border-radius:4px}.detail-text{padding:1.5rem;white-space:pre-wrap;line-height:1.6}.detail-footer{padding:1rem;background:#fafafa;border-top:1px solid #e0e0e0}.detail-id{font-size:.75rem;color:#999}.wr-view{width:100%}.wr-actions{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.wr-convert-button{padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#fff;background:#5c6bc0;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.wr-convert-button:hover:not(:disabled){background:#3f51b5}.wr-convert-button:disabled{opacity:.5;cursor:not-allowed}.wr-convert-result{font-size:.85rem;color:#666}.wr-empty{text-align:center;padding:2rem;color:#666}.wr-empty-hint{font-size:.9rem;color:#999;margin-top:.5rem}.wr-nodes-list{list-style:none;padding:0;margin:0}.wr-node-item{padding:1rem;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:.75rem;cursor:pointer;transition:all .2s}.wr-node-item:hover{border-color:#5c6bc0;background:#fafafa}.wr-node-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.wr-node-type{font-size:.75rem;color:#5c6bc0;background:#e8eaf6;padding:.2rem .5rem;border-radius:4px;text-transform:uppercase}.wr-node-title{margin:0 0 .5rem;font-size:1rem;font-weight:500;color:#333}.wr-node-preview{margin:0;color:#666;line-height:1.5;font-size:.9rem}.wr-detail{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.wr-detail-header{padding:1rem;background:#fafafa;border-bottom:1px solid #e0e0e0}.wr-detail-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.wr-detail-title{margin:.5rem 0 0;font-size:1.25rem;font-weight:500}.wr-detail-content{padding:1.5rem;white-space:pre-wrap;line-height:1.6}.wr-detail-capture{padding:.75rem 1.5rem;background:#f5f5f5;font-size:.85rem}.wr-label{color:#666;margin-right:.5rem}.wr-detail-footer{padding:1rem;background:#fafafa;border-top:1px solid #e0e0e0}.wr-edges-section{border-top:1px solid #e0e0e0;padding:1rem 1.5rem}.wr-edges-title{margin:0 0 1rem;font-size:1rem;font-weight:500;color:#333}.wr-edges-group{margin-bottom:1rem}.wr-edges-group:last-child{margin-bottom:0}.wr-edges-subtitle{margin:0 0 .5rem;font-size:.85rem;font-weight:500;color:#666}.wr-edges-list{list-style:none;padding:0;margin:0}.wr-edge-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:4px;cursor:pointer;transition:background .2s}.wr-edge-item:hover{background:#f5f5f5}.wr-edge-type{font-size:.8rem;color:#5c6bc0;background:#e8eaf6;padding:.15rem .4rem;border-radius:3px}.wr-edge-arrow{color:#999}.wr-edge-target{font-size:.8rem;color:#666}.trash-title{margin:0 0 1.5rem;font-size:1.25rem;font-weight:500;color:#666}.idea-item.deleted{background:#fafafa;border-color:#e0e0e0;opacity:.8}.idea-item.deleted:hover{opacity:1}.deleted-badge{display:block;font-size:.75rem;color:#c62828;margin-top:.5rem}.deleted-info{display:block;font-size:.8rem;color:#c62828;margin-top:.5rem}.trash-actions{display:flex;gap:.75rem;padding:1rem;background:#fafafa;border-top:1px solid #e0e0e0}.restore-button{flex:1;padding:.75rem 1rem;font-size:1rem;font-weight:500;color:#fff;background:#2e7d32;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.restore-button:hover{background:#1b5e20}.purge-button{flex:1;padding:.75rem 1rem;font-size:1rem;font-weight:500;color:#fff;background:#c62828;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.purge-button:hover{background:#b71c1c}.delete-button{margin-left:auto;padding:.5rem 1rem;font-size:.85rem;font-weight:500;color:#c62828;background:transparent;border:1px solid #c62828;border-radius:4px;cursor:pointer;transition:all .2s}.delete-button:hover{background:#c62828;color:#fff}.detail-footer{display:flex;align-items:center;gap:1rem}.quick-capture-btn{padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:var(--bg-color);background:var(--accent-color);border:none;border-radius:6px;cursor:pointer;transition:all .2s}.quick-capture-btn:hover{background:#555}.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:300}.quick-capture-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:600px;max-height:80vh;background:var(--bg-color);border-radius:12px;box-shadow:0 20px 60px #0000004d;z-index:310;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border-color)}.modal-title{margin:0;font-size:1.1rem;font-weight:500}.modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;cursor:pointer;font-size:1.1rem;color:var(--text-muted);transition:all .2s}.modal-close:hover{background:#f5f5f5;color:var(--text-color)}.modal-body{padding:1.25rem;overflow-y:auto}.modal-body .capture-view{align-items:stretch}.modal-body .input{min-height:150px}.flow-capture{display:flex;flex-direction:column;height:calc(100vh - var(--header-height) - 3rem);max-height:700px}.flow-messages{flex:1;overflow-y:auto;padding:.5rem 0;display:flex;flex-direction:column;gap:.5rem}.flow-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--text-muted);padding:2rem}.flow-empty-title{font-size:1.1rem;font-weight:500;margin:0 0 .5rem;color:var(--text-color)}.flow-empty-hint{font-size:.9rem;margin:0;max-width:280px;line-height:1.5}.flow-message{display:flex;gap:.75rem;padding:.75rem;background:#f5f5f5;border-radius:12px;cursor:pointer;transition:all .2s;border:2px solid transparent}.flow-message:hover{background:#ebebeb}.flow-message.selected{background:#e8eaf6;border-color:#5c6bc0}.flow-message-checkbox{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--text-muted);border:2px solid #ccc;border-radius:50%;background:var(--bg-color)}.flow-message.selected .flow-message-checkbox{background:#5c6bc0;border-color:#5c6bc0;color:#fff}.flow-message-content{flex:1;min-width:0}.flow-message-text{margin:0 0 .25rem;font-size:.95rem;line-height:1.4;word-wrap:break-word}.flow-message-time{font-size:.75rem;color:var(--text-muted)}.flow-actions{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 0;border-top:1px solid var(--border-color)}.flow-action-btn{padding:.5rem .75rem;font-size:.85rem;font-weight:500;color:var(--text-muted);background:transparent;border:1px solid var(--border-color);border-radius:6px;cursor:pointer;transition:all .2s}.flow-action-btn:hover{border-color:var(--text-color);color:var(--text-color)}.flow-action-btn.primary{color:var(--bg-color);background:var(--accent-color);border-color:var(--accent-color)}.flow-action-btn.primary:hover{background:#555;border-color:#555}.flow-action-btn.primary:disabled{opacity:.5;cursor:not-allowed}.flow-action-btn.danger{color:#c62828;border-color:#c62828}.flow-action-btn.danger:hover{background:#c62828;color:#fff}.flow-feedback{padding:.5rem;text-align:center;font-size:.85rem;border-radius:6px}.flow-feedback.success{color:#2e7d32;background:#e8f5e9}.flow-feedback.error{color:#c62828;background:#ffebee}.flow-input-area{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--border-color)}.flow-input{flex:1;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:2px solid var(--border-color);border-radius:24px;transition:border-color .2s}.flow-input:focus{outline:none;border-color:var(--accent-color)}.flow-input:disabled{background:#f5f5f5}.flow-mic-btn,.flow-send-btn{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;transition:all .2s;color:var(--text-muted)}.flow-mic-btn:hover:not(:disabled),.flow-send-btn:hover:not(:disabled){background:#e0e0e0;color:var(--text-color)}.flow-mic-btn:disabled,.flow-send-btn:disabled{opacity:.5;cursor:not-allowed}.flow-mic-btn.listening{background:#c62828;color:#fff;animation:pulse 1.5s infinite}.flow-send-btn{background:var(--accent-color);color:var(--bg-color)}.flow-send-btn:hover:not(:disabled){background:#555}.flow-listening{text-align:center;font-size:.85rem;color:#c62828;padding:.5rem 0;animation:blink 1s infinite}.mic-button.processing,.flow-mic-btn.processing{background:#1976d2;color:#fff;border-color:#1976d2;cursor:wait}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.voice-status,.flow-voice-status{display:flex;flex-direction:column;align-items:center;gap:.25rem}.whisper-progress{display:flex;justify-content:center;gap:1rem;padding:.5rem .75rem;background:#f5f5f5;border-radius:6px;font-size:.8rem;color:var(--text-muted)}.recording-duration{font-variant-numeric:tabular-nums;color:#c62828;font-weight:500}.chunk-count{color:#2e7d32}.clear-error-btn{margin-left:.5rem;padding:.25rem .5rem;font-size:.75rem;background:transparent;border:1px solid currentColor;border-radius:4px;cursor:pointer;opacity:.7}.clear-error-btn:hover{opacity:1}.voice-mode-toggle{display:flex;justify-content:center;gap:.25rem;margin-top:.5rem;padding:.25rem;background:#f5f5f5;border-radius:6px;width:fit-content;margin-left:auto;margin-right:auto}.voice-mode-btn{padding:.35rem .75rem;font-size:.75rem;font-weight:500;color:var(--text-muted);background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .2s}.voice-mode-btn:hover{color:var(--text-color)}.voice-mode-btn.active{color:var(--bg-color);background:var(--accent-color)}.confirm-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--bg-color);border-radius:12px;box-shadow:0 8px 32px #0003;padding:1.5rem;z-index:1001;width:90%;max-width:400px}.confirm-modal__title{margin:0 0 .75rem;font-size:1.1rem;font-weight:600;color:var(--text-color)}.confirm-modal__message{margin:0 0 1rem;color:var(--text-muted);font-size:.95rem;line-height:1.5}.confirm-modal__id-section{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:#f5f5f5;border-radius:6px}.confirm-modal__id{flex:1;font-size:.8rem;color:var(--text-muted);word-break:break-all}.confirm-modal__copy-btn{padding:.4rem .75rem;font-size:.75rem;color:var(--accent-color);background:var(--bg-color);border:1px solid var(--border-color);border-radius:4px;cursor:pointer;white-space:nowrap}.confirm-modal__copy-btn:hover{background:#f5f5f5}.confirm-modal__input-section{margin-bottom:1rem}.confirm-modal__input-label{display:block;margin-bottom:.5rem;font-size:.85rem;color:var(--text-muted)}.confirm-modal__input-label code{background:#f5f5f5;padding:.15rem .4rem;border-radius:3px;font-size:.85rem}.confirm-modal__input{width:100%;padding:.6rem .75rem;font-size:.95rem;border:1px solid var(--border-color);border-radius:6px;box-sizing:border-box}.confirm-modal__input:focus{outline:none;border-color:var(--accent-color)}.confirm-modal__actions{display:flex;justify-content:flex-end;gap:.5rem}.confirm-modal__btn{padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.confirm-modal__btn--cancel{color:var(--text-muted);background:#f5f5f5}.confirm-modal__btn--cancel:hover{background:#e8e8e8}.confirm-modal__btn--confirm{color:#fff;background:var(--accent-color)}.confirm-modal__btn--confirm:hover:not(:disabled){opacity:.9}.confirm-modal__btn--confirm:disabled{opacity:.5;cursor:not-allowed}.confirm-modal__btn--danger{background:#c62828}.confirm-modal__btn--warning{background:#ef6c00}.confirm-popover{position:absolute;bottom:calc(100% + 8px);right:0;background:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 16px #00000026;padding:.75rem;z-index:100;min-width:200px}.confirm-popover__message{margin:0 0 .75rem;font-size:.85rem;color:var(--text-color)}.confirm-popover__actions{display:flex;justify-content:flex-end;gap:.5rem}.confirm-popover__btn{padding:.4rem .75rem;font-size:.8rem;font-weight:500;border:none;border-radius:4px;cursor:pointer}.confirm-popover__btn--cancel{color:var(--text-muted);background:#f5f5f5}.confirm-popover__btn--cancel:hover{background:#e8e8e8}.confirm-popover__btn--confirm{color:#fff;background:var(--accent-color)}.confirm-popover__btn--confirm:hover{opacity:.9}.clear-draft-wrapper{position:relative;display:inline-block}
