@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.5;--bg: #060608;--surface: rgba(255, 255, 255, .04);--surface-hover: rgba(255, 255, 255, .07);--border: rgba(255, 255, 255, .08);--border-active: rgba(255, 255, 255, .15);--text: #f0f0f0;--text-dim: rgba(255, 255, 255, .45);--text-mid: rgba(255, 255, 255, .65);--accent: #a78bfa;--accent-glow: rgba(167, 139, 250, .15);--accent-dim: rgba(167, 139, 250, .6);--radius: 1rem;--radius-sm: .625rem}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:radial-gradient(ellipse 80% 60% at 50% -20%,rgba(167,139,250,.08),transparent),radial-gradient(ellipse 60% 50% at 80% 50%,rgba(99,102,241,.04),transparent),var(--bg)}.shell{min-height:100vh;display:flex;justify-content:center;padding:3rem 1.5rem 4rem}.diary{width:100%;max-width:32rem;animation:fadeUp .5s ease-out}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.diary-header{text-align:center;margin-bottom:2.5rem}.diary-header h1{margin:0 0 .5rem;font-size:1.75rem;font-weight:600;letter-spacing:-.03em;background:linear-gradient(135deg,#f0f0f0 30%,var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.diary-subtitle{color:var(--text-dim);font-size:.875rem;letter-spacing:.01em}.section-label{font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.75rem}.today-section{margin-bottom:2.5rem}.today-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;transition:border-color .2s ease,box-shadow .2s ease}.today-form:focus-within{border-color:var(--border-active);box-shadow:0 0 0 3px var(--accent-glow)}.today-input{width:100%;background:transparent;border:none;outline:none;color:var(--text);font-family:inherit;font-size:1rem;line-height:1.6;resize:none;padding:0}.today-input::placeholder{color:var(--text-dim)}.today-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.char-count{font-size:.75rem;color:var(--text-dim);font-variant-numeric:tabular-nums}.submit-btn{background:var(--accent);color:#0a0a0a;border:none;padding:.5rem 1.25rem;border-radius:.5rem;font-family:inherit;font-size:.8rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:opacity .15s ease,transform .1s ease}.submit-btn:hover:not(:disabled){opacity:.9}.submit-btn:active:not(:disabled){transform:scale(.97)}.submit-btn:disabled{opacity:.3;cursor:not-allowed}.today-done{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;animation:fadeUp .35s ease-out}.today-sentence{font-size:1.1rem;font-style:italic;color:var(--text);line-height:1.6;margin:0 0 .75rem}.today-check{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--accent-dim);font-weight:500}.today-check:before{content:"";display:inline-block;width:.5rem;height:.5rem;border-radius:50%;background:var(--accent);box-shadow:0 0 6px var(--accent-glow)}.history-section{margin-bottom:2rem}.history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.history-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.25rem;transition:background .15s ease,border-color .15s ease}.history-item:hover{background:var(--surface-hover);border-color:var(--border-active)}.history-date{display:block;font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.35rem}.history-sentence{margin:0;color:var(--text-mid);font-size:.925rem;font-style:italic;line-height:1.5}.diary-footer{text-align:center;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.75rem;color:var(--text-dim);letter-spacing:.02em}
