:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}.prompt-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out;display:flex;flex-direction:column;gap:16px;height:100%;position:relative}.prompt-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.prompt-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-right:48px}.prompt-title{font-size:20px;font-weight:600;color:#1d1d1f;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.prompt-category{display:inline-block;padding:4px 12px;background:#f5f5f7;color:#6e6e73;border-radius:16px;font-size:12px;font-weight:500;white-space:nowrap}.prompt-content{background:#f5f5f7;border-radius:8px;padding:16px;overflow-x:auto;flex:1}.prompt-content pre{margin:0;font-family:SF Mono,Monaco,Cascadia Code,Courier New,monospace;font-size:14px;line-height:1.6;color:#1d1d1f;white-space:pre-wrap;word-break:break-word}.copy-button{position:absolute;top:24px;right:24px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#0071e3;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease-in-out;z-index:1}.copy-button:hover{background:#0077ed}.copy-button:active{transform:scale(.98)}.copy-button.copied{background:#34c759}.copy-button.copied:hover{background:#30b350}.prompt-list-item{background:#fff;border-radius:12px;padding:20px 24px;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out}.prompt-list-item:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.prompt-list-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.prompt-list-info{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.prompt-list-title{font-size:18px;font-weight:600;color:#1d1d1f;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prompt-list-category{display:inline-block;padding:4px 12px;background:#f5f5f7;color:#6e6e73;border-radius:16px;font-size:12px;font-weight:500;white-space:nowrap;flex-shrink:0}.prompt-list-actions{display:flex;gap:8px;align-items:center;flex-shrink:0}.expand-button{padding:8px 16px;background:transparent;color:#0071e3;border:1px solid #d2d2d7;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.expand-button:hover{background:#f5f5f7;border-color:#0071e3}.expand-button:active{transform:scale(.98)}.copy-button-list{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#0071e3;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease-in-out}.copy-button-list:hover{background:#0077ed}.copy-button-list:active{transform:scale(.98)}.copy-button-list.copied{background:#34c759}.copy-button-list.copied:hover{background:#30b350}.prompt-list-content{margin-top:16px;padding-top:16px;border-top:1px solid #e5e5ea}.prompt-list-content pre{margin:0;font-family:SF Mono,Monaco,Cascadia Code,Courier New,monospace;font-size:14px;line-height:1.6;color:#1d1d1f;white-space:pre-wrap;word-break:break-word;background:#f5f5f7;border-radius:8px;padding:16px}@media(max-width:768px){.prompt-list-header{flex-direction:column;align-items:flex-start}.prompt-list-info{width:100%}.prompt-list-actions{width:100%;justify-content:flex-end}.prompt-list-title{white-space:normal;overflow:visible;text-overflow:initial}}.view-toggle{display:flex;gap:8px;background:#fff;padding:4px;border-radius:8px;box-shadow:0 2px 8px #00000014}.view-toggle-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:6px;background:transparent;color:#6e6e73;cursor:pointer;transition:all .2s ease-in-out}.view-toggle-button:hover{background:#f5f5f7;color:#1d1d1f}.view-toggle-button.active{background:#0071e3;color:#fff}.view-toggle-button.active:hover{background:#0077ed}.view-toggle-button:active{transform:scale(.95)}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f7}.app{min-height:100vh;padding:48px 24px}.app-header{max-width:1200px;margin:0 auto 48px;text-align:center}.app-title{font-size:48px;font-weight:700;color:#1d1d1f;margin-bottom:16px;letter-spacing:-.5px}.app-subtitle{font-size:18px;color:#6e6e73;font-weight:400;line-height:1.5}.app-content{max-width:1200px;margin:0 auto}.controls-bar{display:flex;gap:16px;align-items:center;margin-bottom:32px}.search-container{flex:1}.search-input{width:100%;padding:12px 20px;font-size:16px;border:2px solid #d2d2d7;border-radius:10px;background:#fff;color:#1d1d1f;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.search-input:focus{outline:none;border-color:#0071e3;box-shadow:0 0 0 4px #0071e31a}.search-input::placeholder{color:#86868b}.prompts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:24px}.prompts-list{display:flex;flex-direction:column;gap:16px}.empty-state{text-align:center;padding:64px 24px;color:#6e6e73;font-size:16px}@media(max-width:768px){.app{padding:32px 16px}.app-title{font-size:36px}.app-subtitle{font-size:16px}.prompts-grid{grid-template-columns:1fr}.app-header{margin-bottom:32px}.controls-bar{flex-direction:column;align-items:stretch}.search-container{width:100%}}
