@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Roboto:wght@400;500;700&display=swap";:root{--color-primary: #b51f65;--color-primary-dark: #8f1850;--color-primary-transparent: rgba(181, 31, 101, .5);--color-secondary: #2d5b78;--color-secondary-dark: #1e3d52;--color-secondary-transparent: rgba(45, 91, 120, .1);--color-accent: #d63384;--color-blue: #2d5b78;--color-success: #10b981;--color-success-transparent: rgba(16, 185, 129, .1);--color-danger: #ef4444;--color-bg: #ffffff;--color-bg-secondary: #f8fafc;--color-border: #e2e8f0;--color-text: #1e293b;--color-text-secondary: #64748b;--radius: .5rem;--radius-sm: .625rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.375rem;--radius-xxl: 2.5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .18);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .15)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #b51f654d}50%{box-shadow:0 0 40px #b51f6599}}@keyframes smoke{0%{opacity:0;transform:translateY(0) scale(.8)}50%{opacity:.5}to{opacity:0;transform:translateY(-100px) scale(1.2)}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes ripple-animation{to{transform:scale(4);opacity:0}}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;overflow-y:scroll;max-width:100vw}body{font-family:Lato,sans-serif;font-size:.875rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f8f9fa,#f0f5f9 25%,#e8f4f8 35%,#fdf2f8 42%,#fce7f3 47% 53%,#fdf2f8 58%,#e8f4f8 65%,#f0f5f9 75%,#f8f9fa);background-size:400% 400%;animation:gradient-shift 45s ease-in-out infinite;color:#475569;line-height:1.4;min-height:100vh;position:relative;overflow-x:hidden;max-width:100vw}body:before{content:"";position:fixed;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;z-index:0}input,textarea,select,button{font-family:inherit;font-size:.875rem}input[type=date]{font-size:.75rem}code,pre,kbd,samp{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:Roboto,sans-serif;line-height:1.15;font-weight:600;color:inherit}h1{font-size:1.75rem;margin-bottom:.75rem}h2{font-size:1.5rem;margin-bottom:.75rem}h3{font-size:1.25rem;margin-bottom:.5rem}h4{font-size:1.125rem;margin-bottom:.5rem}p{font-size:.875rem;color:#475569;margin-bottom:.75rem;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.container-sm{max-width:600px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.95rem;font-weight:500;border:none;border-radius:var(--radius-lg);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;position:relative;overflow:hidden}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--color-secondary) 0%,var(--color-secondary-dark) 100%);color:#fff;box-shadow:0 4px 12px #2d5b784d}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,var(--color-secondary-dark) 0%,var(--color-secondary) 100%);box-shadow:0 6px 20px #2d5b7866;transform:translateY(-2px)}.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #2d5b784d}.btn-secondary{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--color-text);border:1px solid rgba(255,255,255,.3);box-shadow:0 2px 8px #0000000d}.btn-secondary:hover:not(:disabled){background:#ffffffe6;border-color:#2d5b784d;box-shadow:0 4px 12px #2d5b7826;transform:translateY(-2px)}.btn-danger{background-color:var(--color-primary);color:#fff}.btn-danger:hover:not(:disabled){background-color:var(--color-primary-dark)}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;font-size:.95rem;font-weight:500;color:var(--color-text)}.form-input{width:100%;padding:.625rem .875rem;font-size:.95rem;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius);background:#ffffff80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--color-text);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000d}.form-input:hover{background:#ffffffb3;border-color:#2d5b784d;transform:translateY(-1px);box-shadow:0 4px 12px #2d5b7826}.form-input:focus{outline:none;border-color:var(--color-secondary);background:#ffffffe6;box-shadow:0 0 0 3px #2d5b781a,0 4px 12px #2d5b7833;transform:translateY(-2px)}.form-error{color:var(--color-primary);font-size:.75rem;margin-top:.25rem}.card{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);padding:1.25rem;margin-bottom:1.5rem;position:relative;z-index:1;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;max-width:100%;box-sizing:border-box}.card:hover{transform:translateY(-4px);box-shadow:0 12px 48px #1f268740}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.card-title,.section-title{font-size:1.25rem;font-weight:600;color:var(--color-text)}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:var(--radius-md);background-color:var(--color-bg-secondary);color:var(--color-text-secondary)}.badge-xs{padding:.2rem .6rem;font-size:.6875rem}.badge-primary,.badge-success,.badge-warning{background-color:#2d5b781a;color:var(--color-secondary)}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--color-border)}.table th{font-weight:600;color:var(--color-text);background-color:var(--color-bg-secondary)}.table tbody tr:hover{background-color:#ffffff80}.glass{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.glass-strong{background:#ffffffd9;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #1f268733}.piano-key{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .15s cubic-bezier(.4,0,.2,1)}.piano-key.white{background:linear-gradient(180deg,#fff,#f5f5f5);border:2px solid #ddd;border-radius:0 0 8px 8px;box-shadow:0 4px 8px #0000001a}.piano-key.white:hover{background:linear-gradient(180deg,#f0f0f0,#e8e8e8);transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.piano-key.white:active,.piano-key.white.active{background:linear-gradient(180deg,#e0e0e0,#d8d8d8);transform:translateY(2px);box-shadow:0 2px 4px #0003 inset}.piano-key.black{background:linear-gradient(180deg,#2a2a2a,#1a1a1a);border:2px solid #000;border-radius:0 0 6px 6px;box-shadow:0 4px 8px #0000004d}.piano-key.black:hover{background:linear-gradient(180deg,#3a3a3a,#2a2a2a);transform:translateY(-2px);box-shadow:0 6px 12px #0006}.piano-key.black:active,.piano-key.black.active{background:linear-gradient(180deg,#1a1a1a,#0a0a0a);transform:translateY(2px);box-shadow:0 2px 4px #00000080 inset}.smoke-particle{position:absolute;width:40px;height:40px;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);border-radius:50%;pointer-events:none;animation:smoke 2s ease-out forwards;filter:blur(8px)}.ripple{position:absolute;border-radius:50%;background:#fff9;transform:scale(0);animation:ripple-animation .6s ease-out;pointer-events:none}.volume-slider{-webkit-appearance:none;appearance:none}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--color-secondary);cursor:pointer;box-shadow:0 2px 4px #0003;transition:transform .2s,box-shadow .2s}.volume-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 0 12px #2d5b7899}.volume-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--color-secondary);cursor:pointer;border:none;box-shadow:0 2px 4px #0003;transition:transform .2s,box-shadow .2s}.volume-slider::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 0 12px #2d5b7899}.float{animation:float 3s ease-in-out infinite}.pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.shimmer{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 2s infinite}.grid{display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.text-center{text-align:center}.text-secondary{color:var(--color-text-secondary)}.text-xs{font-size:.7rem}.text-sm{font-size:.75rem}.text-base{font-size:.875rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.song-card-controls{display:flex;align-items:flex-start;gap:1.5rem}.drag-handle{cursor:grab;padding:.5rem;color:var(--color-secondary);display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .2s;flex-shrink:0}.grip-icon{width:20px;height:20px}.play-button{width:64px;height:64px;background:linear-gradient(135deg,#2d5b78e6,#416f8ce6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 32px #2d5b7866;flex-shrink:0;transition:all .3s}.play-button.playing{background:linear-gradient(135deg,#b51f65e6,#dd3379e6);box-shadow:0 8px 32px #b51f6580}.play-icon{width:24px;height:24px}.song-card-wrapper{display:flex;gap:1rem;align-items:flex-start}@media(max-width:600px){.modal-backdrop{padding:.5rem!important}[style*="maxWidth: 900px"][style*="maxHeight: 90vh"]{max-height:95vh!important}[style*="position: sticky"][style*="zIndex: 10"]{padding:1rem!important}[style*="position: sticky"][style*="zIndex: 10"] h2{font-size:1.125rem!important}.modal-body{padding:.75rem!important}[style*="position: sticky"] button[style*="width: 36px"]{width:32px!important;height:32px!important}[style*="position: sticky"] button[style*="width: 36px"] svg{width:18px!important;height:18px!important}}@media(max-width:480px){.modal-backdrop{padding:.25rem!important}[style*="position: sticky"][style*="zIndex: 10"]{padding:.75rem!important}[style*="position: sticky"][style*="zIndex: 10"] h2{font-size:1rem!important}.modal-body{padding:.5rem!important}[style*="position: sticky"] button[style*="width: 36px"]{width:28px!important;height:28px!important}[style*="position: sticky"] button[style*="width: 36px"] svg{width:16px!important;height:16px!important}}@media(max-width:320px){.modal-backdrop{padding:0!important}[style*="maxWidth: 900px"][style*="maxHeight: 90vh"]{max-height:100vh!important;border-radius:0!important}[style*="position: sticky"][style*="zIndex: 10"]{padding:.5rem!important;border-radius:0!important}[style*="position: sticky"][style*="zIndex: 10"] h2{font-size:.9375rem!important}.modal-body{padding:.375rem!important}}@media(max-width:768px){.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}}@media(max-width:720px){.container,.container-sm{padding:0 1rem}}@media(max-width:480px){.container,.container-sm{padding:0 .75rem}}@media(max-width:375px){.container,.container-sm{padding:0 .5rem}}@media(max-width:720px){.card{padding:1rem}.card h3{font-size:1rem;word-break:keep-all;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.badge{font-size:.65rem;padding:.2rem .6rem}.song-header{flex-wrap:wrap!important}.song-header h3{flex-shrink:0;min-width:0}.song-actions{flex-wrap:wrap!important}.song-actions button{font-size:.7rem!important;padding:.2rem .4rem!important}.song-actions button svg{width:12px!important;height:12px!important}}@media(max-width:480px){.card{padding:.75rem}.card h3{font-size:.9rem}.badge{font-size:.6rem;padding:.15rem .5rem}.song-actions button{font-size:.65rem!important;padding:.15rem .35rem!important}.song-actions button svg{width:11px!important;height:11px!important}}@media(max-width:375px){.card{padding:.6rem}.card h3{font-size:.85rem}}@media(max-width:720px){.song-card-controls{gap:.75rem}.drag-handle{padding:.25rem}.grip-icon{width:18px;height:18px}.play-button{width:48px;height:48px}.play-icon{width:20px;height:20px}}@media(max-width:899px){.song-card-wrapper{display:flex;flex-direction:column;gap:.75rem}.song-card-controls{gap:.6rem;flex-direction:row;align-items:center;justify-content:flex-start}.play-button{width:44px;height:44px}.play-icon{width:18px;height:18px}.grip-icon{width:17px;height:17px}.song-card-wrapper>div:not(.song-card-controls){width:100%}}@media(max-width:480px){.song-card-controls{gap:.5rem}.play-button{width:40px;height:40px}.play-icon{width:16px;height:16px}.grip-icon{width:15px;height:15px}}@media(max-width:375px){.song-card-controls{gap:.4rem}.play-button{width:38px;height:38px}.play-icon{width:15px;height:15px}.grip-icon{width:14px;height:14px}.drag-handle{padding:.2rem}}@media(max-width:320px){.song-card-controls{gap:.3rem}.play-button{width:36px;height:36px}.play-icon{width:14px;height:14px}.grip-icon{width:13px;height:13px}.drag-handle{padding:.15rem}}@media(max-width:768px){.desktop-nav{display:none!important}.mobile-menu-button,.mobile-nav{display:flex!important}}@media(max-width:480px){header{padding:.75rem 0!important}header .container>div{gap:.5rem}header a[href="/dashboard"] span{font-size:1rem!important}}@media(max-width:720px){.about-eva-wrapper{flex-direction:column!important;align-items:center!important;text-align:center}.about-eva-icon{width:100px!important;height:100px!important}.about-eva-icon svg{width:50px!important;height:50px!important}.about-eva-content h2{font-size:1.25rem!important}.about-eva-content p{font-size:.9375rem!important}.about-eva-stats{justify-content:center!important}}@media(max-width:480px){.about-eva-wrapper{gap:1rem!important}.about-eva-icon{width:80px!important;height:80px!important}.about-eva-icon svg{width:40px!important;height:40px!important}.about-eva-content h2{font-size:1.125rem!important;margin-bottom:.75rem!important}.about-eva-content p{font-size:.875rem!important;margin-bottom:.75rem!important}.about-eva-stats{gap:1rem!important;margin-top:1rem!important}.about-eva-stats span{font-size:.8125rem!important}}@media(max-width:400px){.item-card-responsive .item-card-main-content{min-width:100%!important}.item-card-responsive .item-card-left-controls{width:100%;justify-content:center}}@media(max-width:600px){.note-name-responsive{display:none!important}.item-card-responsive{padding:.75rem!important;max-width:100vw!important;overflow-x:hidden!important}.item-card-responsive *{max-width:100%!important}.item-card-responsive>div>div[style*=marginTop]{margin-top:0!important}.item-card-responsive h3{font-size:.9375rem!important}.item-card-responsive .form-label{font-size:.75rem!important;margin-bottom:.25rem!important}.item-card-responsive .form-input{font-size:.8125rem!important;padding:.5rem!important}.item-card-responsive .form-group{margin-bottom:.5rem!important}.item-card-responsive [style*=marginBottom][style*=padding]{margin-bottom:.75rem!important;padding:.75rem!important}.item-card-responsive button[style*=minWidth]{min-width:28px!important;min-height:28px!important;padding:.35rem!important}.item-card-responsive button[style*=minWidth] svg{width:13px!important;height:13px!important}.item-card-responsive button[style*=minWidth]:last-child{display:none!important}.item-card-responsive>div>div:first-child>div:last-child{gap:.1rem!important;justify-content:flex-start!important;margin:0!important}.item-card-responsive .action-button-group{justify-content:flex-start!important;width:auto!important;margin:0!important;gap:.1rem!important}.item-card-responsive div[style*=marginLeft]>div{margin-left:0!important}.item-card-responsive div[style*=justifyContent][style*=flex-end]{justify-content:flex-start!important;width:auto!important;margin:0!important}.item-card-main-content,.item-card-responsive div[style*=minWidth]{min-width:0!important}.item-card-responsive div[style*="marginLeft: auto"]{margin-left:0!important;order:-1!important}.item-card-responsive .item-card-main-content>div:nth-child(3){justify-content:flex-start!important;flex-direction:column!important;align-items:flex-start!important}.item-card-responsive div[style*="width: 100%"][style*=gap]{width:auto!important}}@media(max-width:320px){.note-name-responsive{display:none!important}.item-card-responsive{padding:.5rem!important;max-width:100vw!important;overflow-x:hidden!important}.item-card-responsive *{max-width:100%!important}.item-card-responsive>div>div[style*=marginTop]{margin-top:0!important}.item-card-responsive h3{font-size:.875rem!important}.item-card-responsive .form-label{font-size:.6875rem!important}.item-card-responsive .form-input{font-size:.75rem!important;padding:.375rem!important}.item-card-responsive .form-group{margin-bottom:.375rem!important}.item-card-responsive [style*=marginBottom][style*=padding]{margin-bottom:.5rem!important;padding:.5rem!important}.item-card-responsive button[style*=minWidth]{min-width:28px!important;min-height:28px!important;padding:.3rem!important}.item-card-responsive button[style*=minWidth] svg{width:12px!important;height:12px!important}.item-card-responsive>div>div:first-child>div:last-child{gap:.1rem!important;justify-content:flex-start!important}.item-card-responsive div[style*=justifyContent][style*=flex-end]{justify-content:flex-start!important}table{font-size:.65rem!important}table th,table td{padding:0 .15rem .15rem!important}table code{font-size:.625rem!important}}@media(max-width:600px){[style*="maxWidth: 900px"] h1{font-size:1.5rem!important}[style*="maxWidth: 900px"] h3{font-size:1rem!important;margin-bottom:.5rem!important}[style*="maxWidth: 900px"] .badge{font-size:.65rem!important;padding:.2rem .6rem!important}[style*="maxWidth: 900px"] [style*="display: flex"][style*="gap: 1rem"][style*="padding: 1.5rem"]{padding:.75rem!important;gap:.5rem!important}[style*="maxWidth: 900px"] [style*="flex: 1"][style*="textAlign: center"][style*="fontSize: 1.5rem"]{font-size:1.125rem!important;padding:.75rem!important}[style*="maxWidth: 900px"] ol{padding-left:1rem!important;gap:.5rem!important}[style*="maxWidth: 900px"] button[style*="padding: 1rem 2rem"]{padding:.75rem 1.5rem!important;font-size:.875rem!important}[style*="maxWidth: 900px"]>div>div{padding-left:.5rem!important;padding-right:.5rem!important}}@media(max-width:480px){[style*="maxWidth: 900px"] h1{font-size:1.25rem!important}[style*="maxWidth: 900px"] h3{font-size:.9375rem!important}[style*="maxWidth: 900px"] .badge{font-size:.6rem!important;padding:.15rem .5rem!important}[style*="maxWidth: 900px"] [style*="display: flex"][style*="gap: 1rem"][style*="padding: 1.5rem"]{padding:.5rem!important;gap:.4rem!important}[style*="maxWidth: 900px"] [style*="flex: 1"][style*="textAlign: center"][style*="fontSize: 1.5rem"]{font-size:1rem!important;padding:.5rem!important}[style*="maxWidth: 900px"] button[style*="padding: 1rem 2rem"]{padding:.625rem 1.25rem!important;font-size:.8125rem!important}[style*="maxWidth: 900px"]>div>div{padding-left:.375rem!important;padding-right:.375rem!important}}@media(max-width:320px){[style*="maxWidth: 900px"] h1{font-size:1.125rem!important;margin-bottom:.5rem!important}[style*="maxWidth: 900px"] h3{font-size:.875rem!important;margin-bottom:.375rem!important}[style*="maxWidth: 900px"] p{font-size:.8125rem!important}[style*="maxWidth: 900px"] .badge{font-size:.5625rem!important;padding:.125rem .4rem!important}[style*="maxWidth: 900px"] [style*="display: flex"][style*="gap: 1rem"][style*="padding: 1.5rem"]{padding:.375rem!important;gap:.3rem!important;margin-bottom:1rem!important}[style*="maxWidth: 900px"] [style*="flex: 1"][style*="textAlign: center"][style*="fontSize: 1.5rem"]{font-size:.875rem!important;padding:.375rem!important}[style*="maxWidth: 900px"] ol{padding-left:.75rem!important;gap:.375rem!important}[style*="maxWidth: 900px"] button[style*="padding: 1rem 2rem"]{padding:.5rem 1rem!important;font-size:.75rem!important}[style*="maxWidth: 900px"] svg{width:16px!important;height:16px!important}[style*="maxWidth: 900px"]>div>div{padding-left:.25rem!important;padding-right:.25rem!important}[style*="maxWidth: 900px"] [style*="marginBottom: 1.5rem"]{margin-bottom:.75rem!important}[style*="maxWidth: 900px"] [style*="marginBottom: 2rem"]{margin-bottom:1rem!important}[style*="maxWidth: 900px"] [style*="paddingBottom: 1.5rem"]{padding-bottom:.75rem!important}}@media(max-width:600px){input[type=date]{font-size:.75rem}}
