:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:2em}#app{margin:0 auto}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-container[data-v-5f7a2d9f]{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;box-sizing:border-box;overflow:hidden}.login-card[data-v-5f7a2d9f]{background:#fff;border-radius:16px;padding:40px;box-shadow:0 20px 40px #0000001a;width:100%;max-width:400px;max-height:90vh;overflow-y:auto}.login-title[data-v-5f7a2d9f]{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 8px;text-align:center}.login-subtitle[data-v-5f7a2d9f]{color:#718096;text-align:center;margin:0 0 32px;font-size:16px}.login-form[data-v-5f7a2d9f]{display:flex;flex-direction:column;gap:24px}.form-group[data-v-5f7a2d9f]{display:flex;flex-direction:column;gap:8px}.form-label[data-v-5f7a2d9f]{font-weight:600;color:#374151;font-size:14px}.form-input[data-v-5f7a2d9f]{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:border-color .2s ease}.form-input[data-v-5f7a2d9f]:focus{outline:none;border-color:#667eea}.login-button[data-v-5f7a2d9f]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.login-button[data-v-5f7a2d9f]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.login-button[data-v-5f7a2d9f]:disabled{opacity:.7;cursor:not-allowed}.login-footer[data-v-5f7a2d9f]{text-align:center;margin-top:24px}.login-footer p[data-v-5f7a2d9f]{color:#718096;margin:0}.link[data-v-5f7a2d9f]{color:#667eea;text-decoration:none;font-weight:600}.link[data-v-5f7a2d9f]:hover{text-decoration:underline}.error-message[data-v-5f7a2d9f]{background:#fed7d7;color:#c53030;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;text-align:center}@media(max-width:480px){.login-container[data-v-5f7a2d9f]{padding:10px}.login-card[data-v-5f7a2d9f]{padding:30px 20px;max-height:95vh}.login-title[data-v-5f7a2d9f]{font-size:24px}.login-subtitle[data-v-5f7a2d9f]{font-size:14px}.form-input[data-v-5f7a2d9f]{font-size:16px}}.cloud-clipboard[data-v-7078a501]{max-width:800px;margin:2rem auto;padding:1rem}h2[data-v-7078a501]{text-align:center;margin-bottom:1.5rem;color:#2c3e50}.clipboard-container[data-v-7078a501]{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}textarea[data-v-7078a501]{width:100%;min-height:200px;padding:1rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:4px;resize:vertical;font-family:inherit}textarea[data-v-7078a501]:disabled{background-color:#f5f5f5;cursor:not-allowed}.button-container[data-v-7078a501]{display:flex;gap:1rem;justify-content:flex-end;margin-bottom:1rem}button[data-v-7078a501]{padding:.5rem 1rem;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:background-color .2s}button[data-v-7078a501]:not(:disabled){background-color:#667eea}button[data-v-7078a501]:not(:disabled):hover{background-color:#764ba2}button[data-v-7078a501]:disabled{background-color:#ccc;cursor:not-allowed}.clear-btn[data-v-7078a501]:not(:disabled){background-color:#e53e3e}.clear-btn[data-v-7078a501]:not(:disabled):hover{background-color:#c53030}.copy-btn[data-v-7078a501]:not(:disabled){background-color:#38a169}.copy-btn[data-v-7078a501]:not(:disabled):hover{background-color:#2f855a}.status-message[data-v-7078a501]{text-align:center;margin:0;color:#4caf50}.status-message.error[data-v-7078a501]{color:#f44336}.index-container[data-v-fba2e763]{width:100vw;min-height:100vh;background:#f8fafc;display:flex;flex-direction:column;overflow-x:hidden}.header[data-v-fba2e763]{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 20px;flex-shrink:0;position:sticky;top:0;z-index:100}.header-content[data-v-fba2e763]{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:70px}.site-title[data-v-fba2e763]{font-size:24px;font-weight:700;color:#1a202c;margin:0}.nav[data-v-fba2e763]{display:flex;gap:1rem;align-items:center}.clipboard-btn[data-v-fba2e763],.logout-button[data-v-fba2e763]{background:#667eea;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.clipboard-btn[data-v-fba2e763]:hover,.logout-button[data-v-fba2e763]:hover{background:#5a67d8}.main-content[data-v-fba2e763]{flex:1;padding:40px 20px;overflow-y:auto;min-height:0}.content-wrapper[data-v-fba2e763]{max-width:1200px;margin:0 auto;width:100%}.hero-section[data-v-fba2e763]{text-align:center;margin-bottom:60px}.hero-title[data-v-fba2e763]{font-size:48px;font-weight:700;color:#1a202c;margin:0 0 16px}.hero-subtitle[data-v-fba2e763]{font-size:20px;color:#718096;margin:0}.essays-grid[data-v-fba2e763]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;width:100%}.essay-card[data-v-fba2e763]{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.essay-card[data-v-fba2e763]:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.essay-header[data-v-fba2e763]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.essay-title[data-v-fba2e763]{font-size:20px;font-weight:600;color:#1a202c;margin:0;flex:1}.essay-category[data-v-fba2e763]{background:#667eea;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;margin-left:12px}.essay-excerpt[data-v-fba2e763]{color:#4a5568;line-height:1.6;margin:0 0 20px}.essay-meta[data-v-fba2e763]{display:flex;justify-content:space-between;margin-bottom:20px;font-size:14px;color:#718096}.read-button[data-v-fba2e763]{background:transparent;color:#667eea;border:2px solid #667eea;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease;width:100%}.read-button[data-v-fba2e763]:hover{background:#667eea;color:#fff}.modal-overlay[data-v-fba2e763]{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}.modal-content[data-v-fba2e763]{background:#fff;border-radius:12px;padding:40px;max-width:800px;max-height:80vh;overflow-y:auto;position:relative;width:100%}.close-button[data-v-fba2e763]{position:absolute;top:20px;right:20px;background:none;border:none;font-size:24px;cursor:pointer;color:#718096}.close-button[data-v-fba2e763]:hover{color:#1a202c}.modal-title[data-v-fba2e763]{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 16px}.modal-meta[data-v-fba2e763]{display:flex;gap:20px;margin-bottom:30px;font-size:14px;color:#718096}.modal-body[data-v-fba2e763]{line-height:1.8}.essay-paragraph[data-v-fba2e763]{margin:0 0 20px;color:#2d3748}@media(max-width:768px){.header[data-v-fba2e763]{padding:0 15px}.header-content[data-v-fba2e763]{height:60px}.site-title[data-v-fba2e763]{font-size:20px}.main-content[data-v-fba2e763]{padding:20px 15px}.hero-section[data-v-fba2e763]{margin-bottom:40px}.hero-title[data-v-fba2e763]{font-size:32px;line-height:1.2}.hero-subtitle[data-v-fba2e763]{font-size:18px}.essays-grid[data-v-fba2e763]{grid-template-columns:1fr;gap:20px}.essay-card[data-v-fba2e763]{padding:20px}.modal-content[data-v-fba2e763]{padding:20px;margin:10px}}@media(max-width:480px){.header[data-v-fba2e763]{padding:0 10px}.main-content[data-v-fba2e763]{padding:15px 10px}.hero-title[data-v-fba2e763]{font-size:28px}.hero-subtitle[data-v-fba2e763]{font-size:16px}.essay-card[data-v-fba2e763]{padding:15px}.modal-content[data-v-fba2e763]{padding:15px;margin:5px}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100vw;min-height:100vh;display:flex;flex-direction:column}.loading-container{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{font-size:18px;font-weight:500}
