.quick-notes-page{color:#92a0c4;background:#10141f30;flex-direction:column;gap:1rem;width:100%;max-width:100%;height:100%;padding:1rem;display:flex}.quick-notes-header{padding-left:.5rem}.quick-input-card{color:#d0d7e3;background:#0d1018;border:1px solid #29314d;border-radius:8px;padding:.75rem;transition:all .2s}.quick-input-card.expanded{border-color:#29314d;padding:1rem;box-shadow:0 2px 8px #00000014}.quick-input-card.expanded .input-wrapper textarea{height:100px}.quick-input-card .input-wrapper{justify-content:center;align-items:flex-start;gap:.5rem;display:flex}.quick-input-card .input-wrapper textarea{color:#92a0c4;resize:none;background:#111520;border:1px solid #1e243a;border-radius:4px;flex:1;height:calc(20px + 1.5rem);padding:.75rem;font-family:inherit;font-size:1rem;line-height:1.5;transition:all .2s;overflow:hidden}.quick-input-card .input-wrapper textarea:focus{border-color:#4073e26e;outline:none;box-shadow:0 0 0 2px #3b82f61a}.quick-input-card .input-wrapper textarea::placeholder{color:#536080;opacity:.5}.quick-input-card .input-wrapper .btn-input-action{border-radius:4px;flex-shrink:0;align-self:flex-start;min-width:70px;height:38px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s}.quick-input-card .input-wrapper .btn-input-action:hover{transform:translateY(-1px)}.quick-input-card .input-wrapper .btn-input-action:active{transform:translateY(0)}.quick-notes-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));justify-content:center;align-items:stretch;gap:.75rem;display:grid}.quick-notes-empty{color:#536080;background:#1b202e80;border:1px dashed #1e243a;border-radius:8px;grid-column:1/-1;justify-content:center;align-items:center;margin-top:50%;padding:1.5rem;font-size:.875rem;line-height:1.5}.quick-notes-empty p{max-width:420px}.quick-note-card{color:#d0d7e3;cursor:pointer;background:#0d1018;border:1px solid #1e243a;border-radius:8px;flex-direction:column;max-height:300px;transition:all .12s ease-out;display:flex;position:relative;overflow:hidden}.quick-note-card:hover{border-color:#29314d;transform:translateY(-1px);box-shadow:0 2px 6px #0000000f}.quick-note-card:active{transform:translateY(0)}.quick-note-card.flow-note{cursor:default}.quick-note-card.flow-note:hover{transform:none}.quick-note-card .note-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem .75rem .5rem;display:flex}.quick-note-card .note-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.quick-note-card .note-content>.flow-editor{min-height:250px}.card-actions{opacity:.7;gap:.25rem;transition:opacity .12s ease-out;display:flex}.card-actions:hover{opacity:1}.card-actions button{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:all .12s ease-out}.card-actions button:hover{background:#111520}.card-actions button.btn-danger:hover{color:#ef4444;background:#ef44441a}.note-content>.note-text,.note-content>textarea{color:#92a0c4;white-space:pre-wrap;word-break:break-word;scrollbar-width:thin;scrollbar-color:#1e243a #0000;background:0 0;flex:1;margin:0;padding:0 .75rem .75rem;font-size:.875rem;line-height:1.5;overflow-y:auto}.note-content>.note-text::-webkit-scrollbar{width:6px}.note-content>textarea::-webkit-scrollbar{width:6px}.note-content>.note-text::-webkit-scrollbar-thumb{background:#1e243a;border-radius:9999px}.note-content>textarea::-webkit-scrollbar-thumb{background:#1e243a;border-radius:9999px}.note-content>textarea{color:#92a0c4;resize:none;background:#111520;border:1px solid #1e243a;border-radius:4px;outline:none;margin:0 .75rem .75rem;padding:.75rem}.note-content>textarea:focus{border-color:#4073e26e}.note-meta{color:#536080;opacity:.6;flex-shrink:0;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.note-meta .copy-icon{color:#22c55e;font-size:12px}.quick-note-card.copied{background:#22c55e08;border-color:#22c55e}.quick-note-card.copied .note-meta{color:#22c55e;opacity:1;font-weight:500}@container (max-width:420px){.quick-notes-page{padding:.75rem}.quick-note-card{height:200px}.quick-input-card{padding:.75rem}}
