:root { --primary: #2a9d8f; --secondary: #e76f51; --background: #264653; --text: #f4f1de; } body { background: var(--background); color: var(--text); font-family: system-ui, sans-serif; margin: 0; padding: 20px; } .container { max-width: 1000px; margin: 0 auto; } .paper-editor { background: rgba(255,255,255,0.1); border-radius: 12px; padding: 20px; margin: 20px 0; } .paper-content { background: #fff; color: #000; min-height: 400px; border-radius: 8px; padding: 20px; font-family: 'Times New Roman', serif; position: relative; box-shadow: 0 2px 10px rgba(0,0,0,0.2); } .equation-input { width: 100%; padding: 10px; margin: 10px 0; border: 1px solid #ccc; border-radius: 4px; font-family: 'Times New Roman', serif; } .toolbar { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 10px; margin: 20px 0; } button { background: var(--primary); color: var(--text); border: none; padding: 10px; border-radius: 6px; cursor: pointer; transition: transform 0.2s, background 0.2s; } button:hover { transform: scale(1.05); background: var(--secondary); } .shared-papers { display: grid; gap: 20px; } .paper-preview { background: #fff; color: #000; padding: 15px; border-radius: 8px; min-height: 200px; position: relative; cursor: pointer; transition: transform 0.2s; } .paper-preview:hover { transform: scale(1.02); } .paper-actions { position: absolute; bottom: 10px; right: 10px; display: flex; gap: 10px; } @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } } .floating { animation: float 3s ease-in-out infinite; }
Math Paper Remix Studio
Untitled Math Paper
Start typing your mathematical masterpiece here...
Insert Equation
Add Theorem
Add Proof
Share Paper
Clear
Shared Papers