:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f5f7fa;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;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}#root{width:100%;max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh}.dashboard{display:flex;flex-direction:column;align-items:center;gap:3rem;width:100%}.today-orders{text-align:center;margin-top:2rem}.orders-title{font-size:2.5rem;margin-bottom:1rem;color:#333;font-weight:300}.orders-count{font-size:8rem;font-weight:700;color:#646cff;margin:.5rem 0;text-shadow:2px 2px 4px rgba(100,108,255,.1)}.orders-count-container{position:relative;display:inline-block}.plus-one{position:absolute;top:50%;left:100%;transform:translateY(-50%);margin-left:1rem;font-size:4rem;font-weight:700;color:#22c55e;white-space:nowrap;opacity:0;pointer-events:none}.plus-one.show{animation:fadeInOut 2s ease-in-out}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-50%) translate(-10px) scale(.8)}20%{opacity:1;transform:translateY(-50%) translate(0) scale(1)}80%{opacity:1;transform:translateY(-50%) translate(0) scale(1)}to{opacity:0;transform:translateY(-50%) translate(10px) scale(.8)}}.orders-subtitle{font-size:1.5rem;color:#666;margin-top:.5rem}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:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.chart-section{width:100%;max-width:100%}.chart-container{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center}.chart-container h3{font-size:1.8rem;margin-bottom:2rem;color:#333;font-weight:400}.chart-wrapper{width:100%;height:300px;position:relative}#ordersChart{width:100%;height:300px}@media (max-width: 768px){.orders-count{font-size:6rem}.plus-one{font-size:3rem;margin-left:.5rem}.orders-title{font-size:2rem}.chart-container{padding:1rem}.chart-wrapper,#ordersChart{height:250px}}.settings-btn{position:fixed;top:2rem;right:2rem;width:50px;height:50px;border:none;border-radius:50%;background:#ffffffe6;box-shadow:0 4px 12px #00000026;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.settings-btn:hover{background:#fff;transform:rotate(90deg) scale(1.1);box-shadow:0 6px 20px #0003}.settings-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:none;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease}.settings-popup.show{display:flex}.settings-popup-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;min-width:500px;max-width:90vw;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.settings-header h3{margin:0;font-size:1.5rem;color:#333;font-weight:600}.close-btn{width:30px;height:30px;border:none;border-radius:50%;background:#0000001a;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#0003;transform:scale(1.1)}.settings-body{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.sound-selector{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;border:1px solid #e0e0e0;border-radius:12px;background:#f8f9fa;transition:all .2s ease}.sound-selector:hover{border-color:#646cff;box-shadow:0 2px 8px #646cff1a}.sound-selector label{font-size:1rem;font-weight:500;color:#555;margin-bottom:.5rem}.sound-selector select{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;font-size:1rem;color:#333;cursor:pointer;transition:border-color .2s ease}.sound-selector select:hover{border-color:#646cff}.sound-selector select:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 3px #646cff1a}.sound-selector button{padding:.75rem 1.5rem;border:2px solid #646cff;border-radius:8px;background:#646cff;color:#fff;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.sound-selector button:hover{background:#535bf2;border-color:#535bf2;transform:translateY(-1px)}.sound-selector button:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.settings-btn{top:1rem;right:1rem;width:45px;height:45px;font-size:1.3rem}.settings-popup-content{min-width:300px;margin:1rem}.settings-header{padding:1rem 1.5rem}.settings-body{padding:1.5rem}}
