:root{--bg-gradient: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .1);--text-primary: #f8fafc;--text-secondary: #94a3b8;--accent-color: #fbbf24;--accent-glow: rgba(251, 191, 36, .2);--button-gradient: linear-gradient(to right, #fbbf24, #f59e0b);--font-main: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-main);background:var(--bg-gradient);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh;width:100%;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.app-container{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}@media(min-width:768px){.app-container{padding:2rem}}.app-header{width:100%;max-width:56rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.logo-section{display:flex;align-items:center;gap:.75rem}.logo-icon-bg{padding:.5rem;background-color:#eab30833;border-radius:.5rem}.app-title{font-size:1.5rem;font-weight:700;background:linear-gradient(to right,#fef08a,#eab308);-webkit-background-clip:text;background-clip:text;color:transparent;margin:0}.history-button{padding:.5rem;border-radius:9999px;background:transparent;border:none;cursor:pointer;position:relative;transition:background-color .2s}.history-button:hover{background-color:#ffffff1a}.notification-dot{position:absolute;top:.25rem;right:.25rem;width:.5rem;height:.5rem;background-color:#eab308;border-radius:50%}.app-main{width:100%;max-width:56rem;display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;position:relative;z-index:10}@media(min-width:768px){.app-main{grid-template-columns:1fr 1fr}}.content-card{background-color:#ffffff0d;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.header-gold{color:#facc15}.header-blue{color:#60a5fa}.card-header h2{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600;margin:0}.card-body{flex-grow:1;width:100%}.card-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.25}.card-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#facc15cc;text-decoration:none;transition:color .2s;margin-top:.5rem}.card-link:hover{color:#facc15}.text-loading{color:#94a3b8}.story-display{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.story-number{font-size:2.25rem;font-weight:900;color:#ffffff1a}.story-subtitle{color:#94a3b8;font-size:.875rem;margin-top:.5rem}.action-container{position:relative;z-index:20;margin:0 auto}.new-session-button{position:relative;padding:1rem 2rem;background:linear-gradient(to right,#eab308,#d97706);border-radius:9999px;font-weight:700;color:#fff;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #f59e0b40;display:flex;align-items:center;gap:.75rem;overflow:hidden;font-size:1.125rem}.button-shininess{position:absolute;inset:0;background-color:#fff3;transform:translateY(100%);transition:transform .3s;pointer-events:none}.new-session-button:hover .button-shininess{transform:translateY(0)}.button-icon{width:1.25rem;height:1.25rem;transition:transform .5s}.new-session-button:hover .button-icon{transform:rotate(180deg)}.drawer-overlay{position:fixed;inset:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:40}.drawer-content{position:fixed;right:0;top:0;bottom:0;width:100%;max-width:28rem;background-color:#0f172a;border-left:1px solid rgba(255,255,255,.1);box-shadow:-25px 0 50px -12px #00000040;z-index:50;padding:1.5rem;overflow-y:auto}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.drawer-header h2{font-size:1.25rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.5rem;margin:0}.close-button{padding:.5rem;border-radius:9999px;color:#94a3b8;background:transparent;border:none;cursor:pointer}.close-button:hover{background-color:#ffffff1a;color:#fff}.history-list{display:flex;flex-direction:column;gap:1rem}.empty-history{color:#64748b;text-align:center;padding:2rem 0}.history-item{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.05);border-radius:.75rem;padding:1rem}.history-date{font-size:.75rem;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.history-details{display:grid;grid-template-columns:auto 1fr;column-gap:.75rem;row-gap:.25rem;align-items:center}.history-details span{font-size:.875rem;color:#cbd5e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.icon-gold{color:#eab308;width:1.5rem;height:1.5rem}.icon-slate{color:#cbd5e1;width:1.5rem;height:1.5rem}.icon-sm{width:1.25rem;height:1.25rem}.icon-xs{width:1rem;height:1rem}.icon-gold-dim{color:#eab308b3;width:.75rem;height:.75rem}.icon-blue-dim{color:#3b82f6b3;width:.75rem;height:.75rem}
