:root{font-family:system-ui,Avenir,Helvetica,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}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}#root{width:100%;height:100%;min-height:100vh}.app{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57,#ff9ff3,#54a0ff,#5f27cd);background-size:400% 400%;animation:gradientShift 20s ease infinite;font-family:Roboto Mono,monospace}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.container{width:100%;padding:2rem;position:relative;overflow:hidden}.form-container{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem;box-shadow:0 20px 40px #0000001a;text-align:center;transform:translate(0);opacity:1;transition:all .5s cubic-bezier(.4,0,.2,1);max-width:500px;margin:0 auto}.form-container.slide-out{transform:translate(-100%);opacity:0}.form-container.slide-in{animation:slideIn .5s cubic-bezier(.4,0,.2,1)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.form-container h1{margin-bottom:.5rem;font-size:2.5rem;font-weight:700;color:#000}.form-container h2{margin-bottom:1rem;font-size:2rem;font-weight:600}.form-container p{color:#666;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.email-input,.feeling-input{width:100%;padding:1rem 1.5rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;margin-bottom:1.5rem;transition:all .3s ease;box-sizing:border-box;font-family:inherit}.checkbox-container{display:flex;align-items:center;margin-bottom:1.5rem;gap:.75rem}.email-checkbox{width:18px;height:18px;accent-color:#667eea;cursor:pointer}.checkbox-label{font-size:.9rem;color:#666;cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1.4}.email-input:focus,.feeling-input:focus{outline:none;border-color:#000;border-width:3px;box-shadow:0 0 0 3px #0000001a;transform:translateY(-2px)}.feeling-input{resize:vertical;min-height:120px;font-family:inherit}.submit-btn{background:#000;color:#fff;border:2px solid black;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;position:relative;overflow:hidden}.submit-btn:hover{background:#fff;color:#000;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.submit-btn:active{transform:translateY(0)}.loading-container{text-align:center;margin:0 auto 2rem;padding:30px}.congrats-container{text-align:center;padding:2rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.bouncing-dots-loader{display:flex;justify-content:center;align-items:center;margin:0 auto 2rem;height:80px;gap:8px}.dot{width:16px;height:16px;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both,colorCycle 3s ease-in-out infinite}.dot:nth-child(1){animation-delay:-.32s,-.6s;background:#ff6b6b}.dot:nth-child(2){animation-delay:-.16s,-.3s;background:#4ecdc4}.dot:nth-child(3){animation-delay:0s,0s;background:#45b7d1}.dot:nth-child(4){animation-delay:.16s,.3s;background:#96ceb4}.dot:nth-child(5){animation-delay:.32s,.6s;background:#feca57}@keyframes bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}@keyframes colorCycle{0%{background:#ff6b6b}20%{background:#4ecdc4}40%{background:#45b7d1}60%{background:#96ceb4}80%{background:#feca57}to{background:#ff6b6b}}.prescriptions-page{min-height:100vh;padding:20px;background:#fff;width:100%}.prescriptions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #ddd}.tab-buttons{display:flex;gap:10px}.tab-buttons button{padding:8px 16px;background:#fff;color:#000;border:2px solid black;border-radius:4px;cursor:pointer;font-weight:600}.tab-buttons button:hover{background:#f0f0f0}.tab-buttons button.active{background:#000;color:#fff}.prescriptions-header h1{margin:0;font-size:24px;color:#333}.simple-header button{padding:8px 16px;background:#000;color:#fff;border:2px solid black;border-radius:4px;cursor:pointer}.simple-header button:hover{background:#fff;color:#000}.header-buttons{display:flex;gap:10px}.header-buttons button{padding:8px 16px;background:#000;color:#fff;border:2px solid black;border-radius:4px;cursor:pointer}.header-buttons button:hover{background:#fff;color:#000}.header-buttons button.active{background:#fff;color:#000;border-color:#000}.header-buttons button.active:hover{background:#000;color:#fff}.table-section{margin-bottom:30px}.table-section h2{margin:0 0 15px;font-size:18px;color:#333;font-weight:600}.fulfill-btn{padding:6px 12px;background:#000;color:#fff;border:2px solid black;border-radius:4px;cursor:pointer;font-size:12px}.fulfill-btn:hover{background:#fff;color:#000}.unfulfill-btn{padding:6px 12px;background:#fff;color:#000;border:2px solid black;border-radius:4px;cursor:pointer;font-size:12px}.unfulfill-btn:hover{background:#000;color:#fff}.simple-table{width:100%;border-collapse:collapse;margin-bottom:20px}.simple-table th,.simple-table td{padding:12px;text-align:left;border-bottom:1px solid #ddd}.simple-table th{background:#f8f9fa;font-weight:600}.simple-table tr:hover{background:#f5f5f5}.simple-color-badge{padding:4px 8px;border-radius:4px;color:#fff;font-size:12px;font-weight:600}.simple-footer{text-align:center;color:#666;font-size:14px}.simple-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#fff}.simple-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.simple-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#fff;text-align:center}.simple-error button{padding:10px 20px;background:#000;color:#fff;border:2px solid black;border-radius:4px;cursor:pointer;margin-top:20px}.simple-error button:hover{background:#fff;color:#000}.nav-link{margin-top:1.5rem;text-align:center}.nav-link a{color:#667eea;text-decoration:none;font-size:.9rem;padding:.5rem 1rem;border:1px solid #667eea;border-radius:8px;transition:all .3s ease;display:inline-block}.nav-link a:hover{background-color:#667eea;color:#fff;transform:translateY(-2px)}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:90%;box-shadow:0 20px 60px #0000004d}.modal-content h2{margin:0 0 1rem;font-size:1.5rem;color:#333}.modal-content p{margin:0 0 2rem;color:#666;line-height:1.6}.modal-buttons{display:flex;gap:10px;justify-content:flex-end}.modal-confirm-btn,.modal-cancel-btn{padding:10px 20px;border:2px solid black;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-confirm-btn{background:#dc3545;color:#fff;border-color:#dc3545}.modal-confirm-btn:hover:not(:disabled){background:#c82333;border-color:#c82333}.modal-confirm-btn:disabled{opacity:.6;cursor:not-allowed}.modal-cancel-btn{background:#fff;color:#000;border-color:#000}.modal-cancel-btn:hover:not(:disabled){background:#000;color:#fff}.modal-cancel-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.container{padding:1rem}.form-container{padding:2rem}.form-container h1{font-size:2rem}.form-container h2{font-size:1.5rem}.prescriptions-table th,.prescriptions-table td{padding:.75rem .5rem;font-size:.8rem}.prescriptions-footer{flex-direction:column;gap:1rem;text-align:center}}
