@import"https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#0f0f11;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:radial-gradient(circle at 50% 0%,#1a1a2e,#000)}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.glass-panel{background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 30px #00000080;border-radius:12px}.glass-card{background:#ffffff1a;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 6px #0000004d;border-radius:8px;color:#fff;transition:transform .1s,box-shadow .1s}.glass-card:hover{background:#ffffff26;border-color:#fff6;box-shadow:0 0 15px #fff3}.postit-card{background-color:#fef3c7;color:#1f2937;box-shadow:2px 2px 5px #0003;border:none;border-radius:2px;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,background-color .3s ease-in-out;aspect-ratio:1 / 1;display:flex;flex-direction:column;justify-content:center;align-items:center}.postit-card:hover{transform:scale(1.05) rotate(-1deg);box-shadow:4px 4px 10px #0000004d;z-index:10}.postit-card.selected{background-color:#fbbf24;box-shadow:3px 3px 8px #f59e0b66}.postit-card.selected:hover{background-color:#f59e0b}.text-highlight{color:#a78bfa}.app-header{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.string{transition:all .1s}.string:hover{stroke:#fff;filter:drop-shadow(0 0 2px #fff)}.fret-marker{fill:#fff3}.gravity-grid{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:none;margin:0 auto;padding:0 1rem}.category-section{width:100%}.category-header{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:.75rem;padding-left:.5rem}.category-cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;width:100%}.category-cards .postit-card{flex:0 0 auto;width:210px;min-height:165px;position:relative}@media(max-width:768px){.category-cards .postit-card{width:160px}}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center;line-height:1.2}@media(min-width:1024px){.card-title{font-size:1.875rem}}.card-notes{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;width:100%;font-family:monospace;font-size:.75rem;opacity:1;letter-spacing:normal;text-align:center}@media(min-width:1024px){.card-notes{font-size:.875rem}}.font-handwritten{font-family:Patrick Hand,cursive;font-weight:400;letter-spacing:.05em}.note-badge{width:2.2rem;height:2.4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:4px;color:#fff;font-family:Inter,system-ui,sans-serif;box-shadow:0 1px 2px #00000026;text-shadow:0 1px 2px rgba(0,0,0,.3);line-height:1}
