@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-color:#0ba5e9;--primary-dark:#0284c7;--bg-color:#f0f4f8;--card-bg:#fff;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--shadow-sm:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-md:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-lg:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Inter,sans-serif;display:flex}#root{justify-content:center;width:100%;max-width:1200px;display:flex}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{font-family:inherit}.calendar-wrapper{flex-direction:column;align-items:center;padding-top:2rem;display:flex;position:relative}.hanger-rings{z-index:10;justify-content:space-evenly;width:80%;display:flex;position:absolute;top:1rem}.ring{background:linear-gradient(90deg,#94a3b8 0%,#cbd5e1 50%,#64748b 100%);border:3px solid #475569;border-radius:6px;width:12px;height:35px;box-shadow:1px 2px 3px #0000004d}.calendar-card{background-color:var(--card-bg);border-radius:4px;width:100%;max-width:900px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.calendar-header{background-position:50%;background-size:cover;align-items:flex-end;height:400px;display:flex;position:relative;overflow:hidden}.calendar-header-overlay{z-index:2;justify-content:space-between;align-items:flex-end;width:100%;display:flex;position:relative}.header-polygon{background:var(--primary-color);clip-path:polygon(0 100%,100% 100%,100% 60%,50% 100%,0 60%);z-index:1;width:100%;height:150px;position:absolute;bottom:0;left:0}.month-nav{z-index:2;justify-content:space-between;align-items:center;width:100%;padding:2rem;display:flex}.month-nav button{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#fff3;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.month-nav button:hover{background:#fff6}.month-title{color:#fff;text-align:right;z-index:2;margin-left:auto;padding-bottom:2rem;padding-right:2rem}.month-title h1{text-transform:uppercase;letter-spacing:2px;text-shadow:0 2px 4px #0000004d;margin-bottom:-10px;font-size:3rem;font-weight:700}.month-title span{letter-spacing:4px;text-shadow:0 1px 2px #0000004d;font-size:1.5rem;font-weight:300}.calendar-body{background-color:#fff;gap:2rem;padding:2rem 3rem 4rem;display:flex;position:relative}.notes-section{border-right:1px solid var(--border-color);flex-direction:column;flex:1;padding-right:2rem;display:flex}.notes-header{color:var(--text-main);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.9rem;font-weight:700}.notes-lines{flex-direction:column;flex-grow:1;gap:1.5rem;display:flex}.notes-lines input{color:var(--text-main);background:0 0;border:none;border-bottom:1px solid #cbd5e1;outline:none;padding:.5rem 0;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s}.notes-lines input:focus{border-bottom-color:var(--primary-color)}.grid-section{flex-direction:column;flex:2;display:flex}.weekdays{text-align:center;color:var(--text-muted);grid-template-columns:repeat(7,1fr);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:grid}.weekdays div{padding:.5rem}.weekdays div:nth-child(6),.weekdays div:nth-child(7){color:var(--primary-color)}.days-grid{grid-template-columns:repeat(7,1fr);gap:0;display:grid}.day-cell{aspect-ratio:1;color:var(--text-main);cursor:pointer;z-index:10;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:1rem;font-weight:500;transition:color .1s;display:flex;position:relative}.day-cell:hover:not(.empty){background-color:#f1f5f9;border-radius:50%}.day-cell.empty{cursor:default;color:#e2e8f0}.day-cell.weekend{color:var(--primary-dark)}.day-cell.selected-start,.day-cell.selected-end{color:#fff;font-weight:600}.day-cell.selected-start:after,.day-cell.selected-end:after{content:"";background-color:var(--primary-color);z-index:-1;border-radius:50%;width:80%;height:80%;position:absolute;box-shadow:0 4px 10px #0ba5e966}.day-cell.in-range{color:var(--primary-dark);background-color:#e0f2fe}.day-cell.in-range-start-connect{background:linear-gradient(90deg,#0000 50%,#e0f2fe 50%)}.day-cell.in-range-end-connect{background:linear-gradient(90deg,#e0f2fe 50%,#0000 50%)}.day-cell.selected-start.selected-end-connect{background:0 0}@media (width<=768px){.calendar-body{flex-direction:column-reverse;padding:1.5rem}.notes-section{border-right:none;border-top:1px dashed var(--border-color);padding-top:2rem;padding-right:0}.header-polygon{clip-path:polygon(0 100%,100% 100%,100% 70%,0 40%)}.month-title h1{font-size:2rem}}
