@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Jua&display=swap";:root{font-family:Noto Sans KR,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:#1e2939;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--title: #5d688a;--sub-title: #555879;--sub-text: #4a4a4a;--border-color: #8ca9ff}*{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}.header{background-color:#ffffffb3;position:fixed;top:0;left:0;right:0;width:100%;z-index:50;border-bottom:2px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-container{width:100%}.header-content{display:flex;justify-content:space-between;align-items:center}@media(max-width:1240px){.header-container{padding:0 20px}}.logo{font-size:2rem;font-weight:700;font-family:Jua,Noto Sans KR,sans-serif;color:var(--title);display:inline-block;flex-shrink:0}.logo a{display:block;line-height:60px}.desktop-nav{display:flex;gap:20px;color:var(--sub-title)}.nav-button{font-size:1.2rem;font-family:Jua,Noto Sans KR,sans-serif;padding:0 20px;line-height:40px;border-radius:16px;transition:background-color .3s,color .3s}.nav-button:hover{background-color:var(--sub-title);color:#fff}.nav-button.active{background-color:var(--title);color:#fff}.mobile-menu-button{display:none;padding:10px;background:none;border:none;color:var(--title)}@media(max-width:768px){.desktop-nav{display:none}.mobile-menu-button{display:flex}}.mobile-nav{padding:20px;border-top:0px solid var(--border-color);animation:slideDown .3s ease-out;background-color:#fff}.mobile-nav-items{display:flex;flex-direction:column;gap:10px}.mobile-nav-button{font-family:Jua,Noto Sans KR,sans-serif;text-align:left;padding:10px 20px;border-radius:10px;transition:all .3s;text-decoration:none}.mobile-nav-button.active{background-color:var(--title);color:#fff;border-left:4px solid var(--border-color)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.todo{background:#f9dede;min-height:100vh;padding-bottom:80px}.todo-container{padding-top:60px}@media(max-width:1240px){.todo-container{padding:60px 20px 0}}.todo .title{text-align:center;margin:20px 0}.todo .clock-box{width:100%;background:#f1f4ff;border:1px solid var(--border-color);border-radius:20px;padding:20px 10px;display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:20px}.todo .clock-box p{display:flex;flex-direction:row;gap:20px}@media(max-width:768px){.todo .clock-box{flex-direction:column;align-items:center;text-align:center;gap:10px}.todo .clock-box p{flex-direction:column;gap:10px}}.todo-input{background:#f5f7ff;border-radius:20px;padding:20px;border:1px solid var(--border-color);margin-bottom:20px}.todo-input .input-wrapper{display:flex;flex-direction:column;gap:12px}.todo-input .row{display:flex;align-items:center;gap:10px}.todo-input .row span{display:inline-block;font-weight:medium}.todo-input .row input[type=text],.todo-input .row input[type=date]{flex:1;padding:10px 12px;border-radius:20px;border:1px solid var(--border-color);color:var(--sub-text);background:#fff}.todo-input .row input[type=date]{flex:0 0 auto}.todo-input .row input:focus{outline:none;border-color:var(--border-color)}.todo-input .row button{padding:10px 20px;border-radius:12px;border:none;background:var(--border-color);color:#fff;font-weight:600;cursor:pointer}.todo-input .row button:hover{opacity:.9}@media(max-width:768px){.todo-input .row{flex-direction:column;align-items:flex-start}.todo-input .row span{font-size:.9rem;margin:0 auto}.todo-input .row input[type=text],.todo-input .row input[type=date]{width:100%;text-align:center}.todo-input .row button{width:100%}}.todo-filter-row{display:flex;align-items:center;gap:20px}.todo-search{margin-bottom:20px}.todo-search .search-wrapper{position:relative;display:inline-block}.todo-search input[type=date]{padding:12px 50px 12px 12px;border-radius:20px;border:1px solid var(--border-color);background:#fff;color:var(--sub-text)}.todo-search input:focus{outline:none;border-color:var(--border-color)}.todo-search .clear-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);padding:6px 12px;border-radius:12px;border:none;background:var(--border-color);color:#fff;cursor:pointer}.todo-search .clear-btn:hover{opacity:.9}.todo-progress{background:var(--border-color);color:#fff;text-align:center;width:100%;padding:10px 0;font-weight:700;border-radius:20px;margin-bottom:20px}@media(max-width:768px){.todo-search{margin-bottom:0}.todo-filter-row{flex-direction:column;align-items:flex-start}}.todo-list{display:flex;flex-direction:column;gap:20px}.todo-list .empty{padding:20px 0;text-align:center;color:var(--sub-title)}.todo-item{background:#fff;border:1px solid var(--border-color);border-radius:20px;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.todo-item .checkbox-col,.todo-item .checkbox-wrapper{display:flex;align-items:center;justify-content:center}.todo-item .checkbox-wrapper input[type=checkbox]{appearance:none;-webkit-appearance:none;width:0;height:0;position:absolute;opacity:0}.todo-item .checkbox-wrapper input:checked+.custom-checkbox{background-color:var(--border-color);border-color:var(--border-color)}.todo-item .checkbox-wrapper input:checked+.custom-checkbox:after{content:"✔";color:#fff;font-size:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-52%)}.todo-item .custom-checkbox{width:20px;height:20px;border:2px solid var(--border-color);border-radius:50%;display:inline-block;position:relative;cursor:pointer;transition:all .2s ease}.todo-item .custom-checkbox:hover{border-color:#6f8cff}.todo-item .title-col{flex:1;color:var(--sub-text)}.todo-item .title-col.done{text-decoration:line-through;opacity:.6}.todo-item .date-col{font-size:.85rem;color:var(--sub-title)}.todo-item .btn-col{display:flex;align-items:center;gap:8px}.todo-item .btn-col button{border:none;background:#e4e4e4;padding:6px 10px;border-radius:8px;cursor:pointer}.todo-item .btn-col button:hover{background:#d1d1d1}.todo-item .edit-input{flex:1;padding:8px 10px;border:1px solid var(--border-color);border-radius:8px;font-size:.9rem}.todo-item .edit-date{padding:8px 10px;border:1px solid var(--border-color);border-radius:8px}.towearwrapper{padding-top:60px;min-height:100vh;background:linear-gradient(to bottom,#e2fce2,#d3f5d3,#c3fcc3)}.containertowear{max-width:1200px;margin:0 auto;padding:20px;text-align:center}.card{padding:15px;border-radius:12px;background:#fff;margin-bottom:15px;box-shadow:0 2px 8px #00000014}.weather-wrapper{display:flex;gap:20px}.card.temp-card{background:#f3fff2;margin:20px auto;align-items:center;line-height:3.2rem;flex:1;transition:transform .3s ease}.card.temp-card:hover{transform:scale(1.05)}.card.right-card{position:relative;background:#f3fff2;margin:20px auto;flex:2;transition:transform .3s ease}.card.right-card:hover{transform:scale(1.03)}.line{margin:12px 0;border:none;height:1.5px;background-color:#cef3b5}.right-card .hover-text{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:#f3fff2;padding:15px;border-radius:12px;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;text-align:center}.right-card:hover .hover-text{display:flex}.right-card .weather-info,.right-card h2{transition:opacity .3s ease}.right-card:hover .weather-info,.right-card:hover h2{opacity:0;pointer-events:none}.clothes-description{margin-bottom:15px}.clothes-cards{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.clothes-card{flex:0 0 200px;max-width:240px;display:flex;flex-direction:column;align-items:center;align-self:flex-start;background:linear-gradient(to bottom,#b8e7b8,#bce5bc,#e3f3e3);transition:transform .3s ease,box-shadow .1s ease}.clothes-card:hover{background:linear-gradient(to bottom,#70a170,#70a170,#99ce99);transform:scale(1.05);box-shadow:0 0 5px #0000004d}.clothes-card:hover .card-name{color:#fff}.clothes-card img.clothes-image{width:100%;aspect-ratio:1/1;max-height:220px;object-fit:cover;border-radius:8px;margin-bottom:12px}.slider-box{position:relative;margin:20px auto;padding:15px 20px;background-color:#f3fff2;border-radius:12px;box-shadow:0 4px 8px #00000026,0 2px 4px #0000001a;width:90%;max-width:1000px;text-align:center}.slider-labels{display:flex;justify-content:space-between;margin-bottom:12px;color:#333;padding:0 4px}.slider-label{margin-top:13px;font-size:.9rem}.button-label{display:none}input[type=range]{appearance:none;-webkit-appearance:none;width:100%;height:12px;border-radius:6px;background:linear-gradient(to right,#a7c7ee,#b3e6b3,#f7d3a7);outline:none;margin:0;display:block}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:48px;height:24px;border-radius:20%;background:#467546;border:2px solid #73b671;cursor:pointer;box-shadow:0 2px 6px #0000004d;position:relative;background-image:repeating-linear-gradient(90deg,#73b671 0px,#73b671 3px,transparent 2px,transparent 6px)}@media(max-width:768px){.right-card{display:none!important}.temp-card{width:100%}.clothes-card img,.clothes-image{display:none!important}h1{font-size:2.25rem!important}h2{font-size:1.75rem}h3{font-size:1.4rem}p,span{font-size:.9rem}}.slider-buttons{display:none;justify-content:center;gap:100px;margin-top:15px}.slider-btn{padding:10px 16px;font-size:1rem;border:none;border-radius:8px;box-shadow:0 2px 5px #0003;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.slider-btn:hover{transform:scale(1.1)}.left-btn{width:50%;min-width:50px;background:linear-gradient(to right,#a7c7ee,#b3e6b3)}.left-btn svg{color:gray}.left-btn:hover svg{color:#3b4b3b}.right-btn svg{color:gray}.right-btn:hover svg{color:#3b4b3b}.right-btn{width:50%;min-width:50px;background:linear-gradient(to right,#b3e6b3,#f7d3a7)}@media(max-width:466px){input[type=range]{display:none!important}.slider-buttons{display:flex!important}.slider-labels,.slider-label{display:none!important}.button-label{display:block!important}}@media(max-width:330px){.slider-buttons{align-items:center;flex-direction:column;gap:10px}.slider-buttons .slider-btn{width:50%}}.title,.subtitle{font-family:Jua,sans-serif}.ToEat{background-color:#fdffbc;color:var(--sub-text);min-height:100vh;padding:3rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;font-family:Noto Sans KR,sans-serif;padding:2rem 0 0}.ToEat>.title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:1.25rem;margin-top:48px;color:var(--title)}.ToEat-container{max-width:1200px;width:100%;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:2rem;padding:20px;background-color:#fffc;border-radius:16px;align-items:start;min-height:420px}.ToEat-container ul{list-style:none;padding:0;margin:0;max-height:500px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#f5f5f5;position:relative}.ToEat-container ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}.ToEat-container ul::-webkit-scrollbar{width:12px;background-color:#f5f5f5}.ToEat-container ul::-webkit-scrollbar-thumb{background-color:#4b5563;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.ToEat-container ul li{border:1px solid var(--border-color);border-radius:12px;padding:1rem;margin-bottom:.8rem;margin-left:2rem;transition:background .2s;cursor:pointer;background-color:#fff;width:90%}.ToEat-container ul li:hover{background:linear-gradient(180deg,#f5f5f5,#eee)}.ToEat-container ul li strong{color:var(--sub-text);font-size:1rem}.ToEat-container ul li p{color:var(--sub-text);margin:.5rem 0 0;font-size:1rem}.empty-message{display:flex;align-items:center;justify-content:center;width:100%;height:300px;color:var(--sub-text);font-size:1rem;text-align:center;line-height:1.6}.loading{color:#60a5fa;text-align:center}.error{color:#f87171;font-weight:600;text-align:center}.status-message{text-align:center;margin-top:2rem;justify-content:center;width:100%;line-height:1.6;color:var(--sub-text)}.status-message.error{position:absolute;top:3rem}.selected-location-display{margin-top:10px;margin-bottom:15px;padding:8px;background-color:#f0f0f0;border-radius:6px;font-size:1rem;color:var(--sub-text);padding-left:1rem}.ToEat__left{background-color:#fff;border-radius:16px;padding:2rem;border:1px solid var(--border-color);box-shadow:0 2px 10px #0006;height:fit-container;min-height:420px}.custom-input-wrapper{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem}.custom-input{background:#fff;border:2px solid var(--border-color);border-radius:12px;color:var(--sub-text);padding:.6rem .8rem;font-size:.9rem;transition:all .3s ease}.custom-input:focus{outline:none}.custom-input-wrapper button{background:linear-gradient(135deg,#8ca9ff,#7fa0ff);border:none;color:#fff;border-radius:12px;padding:.6rem 1.2rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;font-size:.9rem;box-shadow:0 6px 18px #8ca9ff2e}.custom-input-wrapper button:hover{transform:translateY(-3px);box-shadow:0 10px 24px #8ca9ff3d}.custom-input-wrapper button:active{transform:translateY(-1px) scale(.996);box-shadow:0 6px 12px #8ca9ff2e}.custom-select-wrapper{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem}.custom-select{border:2px solid #e8d5e8;border-radius:12px;color:#4b5563;padding:.6rem 2rem .6rem .8rem;cursor:pointer;transition:all .3s ease;appearance:none;margin-right:1rem;background-image:url(/images/angle-down-solid-full.png);background-repeat:no-repeat;background-position:right .7rem center;background-size:.7rem}.custom-select:focus{outline:none}.custom-select-wrapper button{border:none;color:#fff;border-radius:12px;padding:.6rem 1.2rem;cursor:pointer;transition:all .3s ease;font-size:.9rem}.custom-select-wrapper button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f0a6ca66}.ToEat__list{list-style:none;padding:0;margin:0;max-height:420px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#475569 #1e293b}.ToEat__list::-webkit-scrollbar{width:6px}.ToEat__list::-webkit-scrollbar-thumb{background-color:#475569;border-radius:3px}.ToEat__map{background:#1e293b;border-radius:16px;border:1px solid #334155;box-shadow:0 2px 10px #0006;padding:.8rem;display:flex;align-items:center;height:420px}.ToEat__map div{width:100%;height:100%;border-radius:12px}.ToEat-container>div:last-child{width:100%;height:420px;background-color:#fff;border-radius:16px;overflow:hidden}.category-buttons-wrapper{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1rem}.category-buttons-wrapper button{background:#8ca9ff;border:1px solid rgba(76,111,255,.15);color:#fff;border-radius:10px;padding:.5rem .9rem;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease;font-size:1rem;box-shadow:0 6px 16px #8ca9ff24}.category-buttons-wrapper button:hover{transform:translateY(-3px);box-shadow:0 10px 22px #8ca9ff38}@media(max-width:900px){.ToEat-container{grid-template-columns:1fr;width:90%}.ToEat__map{height:300px}.ToEat .title{font-size:2.25rem}.ToEat-container>div:last-child{order:-1;width:100%}}@media(max-width:768px){.ToEat-container{grid-template-columns:2fr}.category-buttons-wrapper{grid-template-columns:repeat(2,1fr);gap:6px}.ToEat .title{font-size:2.25rem}}@media(min-width:320px)and (max-width:600px){.ToEat-container{grid-template-columns:1fr;width:90%;padding:16px;gap:16px}.ToEat-container>div:last-child{order:-1;width:100%}.ToEat__map{height:260px;padding:.4rem}.ToEat__map div{border-radius:10px}.custom-input-wrapper{flex-direction:row;align-items:center;gap:.5rem;width:95%;margin:0 auto 1rem}.custom-input{width:70%;padding:.6rem .8rem;margin:0;font-size:.9rem}.custom-input-wrapper button{width:30%;padding:.6rem .5rem;margin:0;font-size:.9rem}.category-buttons-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;width:80%;margin:1rem auto}.category-buttons-wrapper button{padding:.28rem .3rem;border-radius:6px;width:100%;box-sizing:border-box;text-align:center;white-space:normal;line-height:1;font-size:.9rem}.ToEat-container ul{max-height:420px;padding-left:.5rem;margin-left:0}.empty-message{height:180px;padding:1rem;color:#1e2939;font-size:.9rem}.ToEat .title{font-size:1.75rem}.status-message.error{top:.5rem}.selected-location-display{font-size:.9rem}}@media(max-width:320px){.ToEat .title{font-size:1.75rem}.ToEat-container{grid-template-columns:1fr;width:100%;padding:12px;gap:12px}.ToEat-container>div:last-child{order:-1;width:100%}.ToEat__map{height:200px;padding:.3rem}.ToEat__map div{border-radius:8px}.custom-input-wrapper{flex-direction:row;align-items:center;gap:.4rem;width:100%;margin:0 0 .8rem}.custom-input{width:65%;padding:.5rem .6rem;margin:0;font-size:.8rem}.custom-input-wrapper button{width:35%;padding:.5rem .4rem;margin:0;font-size:.75rem}.category-buttons-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;width:100%;margin:.5rem 0}.category-buttons-wrapper button{padding:.2rem;border-radius:5px;width:100%;box-sizing:border-box;text-align:center;white-space:normal;line-height:1;font-size:.65rem}.ToEat-container ul{max-height:300px;padding-left:0;margin-left:0}.ToEat-container ul li{padding:.7rem;margin-bottom:.6rem;margin-left:0;width:100%}.ToEat-container ul li strong{font-size:.9rem}.ToEat-container ul li p{font-size:.8rem;margin:.3rem 0 0}.empty-message{height:120px;padding:.8rem;color:#1e2939;font-size:.8rem}.title{font-size:1.5rem;margin-bottom:12px}.status-message.error{top:-15px}.selected-location-display{font-size:.8rem}}html,body{margin:0;padding:0;background-color:#c9e4ff}#towatch{width:100%;min-height:100vh;padding-bottom:20px;background-color:#c9e4ff}header{height:60px}.towatch-container{max-width:1200px;margin:20px auto;width:100%;padding:0 20px}.towatch-container h1{font-size:3rem;font-weight:400;font-style:normal;margin-bottom:20px;color:var(--title);text-align:center}.towatch-container h2{font-size:2rem;font-weight:400;font-style:normal;color:var(--sub-title);text-align:left}.genre-buttons{margin-top:-50px;display:flex;flex-wrap:wrap;justify-content:right;gap:20px}.genre-buttons button{background-color:#fff;color:var(--sub-title);border:4px solid var(--border-color);border-radius:8px;padding:6px 10px;font-size:1rem;font-family:Jua,sans-serif;font-weight:400;font-style:normal;cursor:pointer;transition:all .2s ease-in-out}.genre-buttons button:hover{background-color:#c9e4ff;transform:translateY(-2px)}.genre-buttons button.active{background-color:#8ca9ff;color:#fff}.movie-grid{margin-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;justify-items:center}.movie-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000026;width:100%;max-width:366px;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.movie-card:hover{transform:translateY(-5px);box-shadow:0 6px 16px #00000040}.movie-card img{width:90%;height:420px;display:block;margin:0 auto;padding:20px 0;object-fit:fill;border-bottom:1px solid #ddd}.movie-card h3{font-family:Noto Sans KR;font-weight:600;font-size:1rem;text-align:center}.movie-card p{font-size:1rem;color:#f5c518;text-align:center;margin-bottom:20px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:200}.modal-content{background:#fff;border-radius:16px;max-width:800px;width:90%;display:flex;flex-direction:row;gap:20px;padding:20px;position:relative;box-shadow:0 8px 24px #0000004d;animation:fadeIn .3s ease-in-out}.modal-content img{width:300px;border-radius:10px}.modal-info{flex:1;display:flex;flex-direction:column;text-align:center}.modal-info h2{font-family:Noto Sans KR;font-weight:600;max-width:420px;font-size:2rem;margin-bottom:20px}.modal-rating{color:#f5c518;font-weight:700;margin-bottom:20px}.modal-overview{font-size:1rem}.close-btn{position:absolute;top:20px;right:20px;background:none;border:none;font-size:2rem;cursor:pointer;transition:color .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px)and (min-width:768px){#towatch{padding:0}.towatch-container{margin:0 auto;width:100%;padding:0 20px}.towatch-container h1{font-size:2.25rem;font-family:Jua,sans-serif;font-weight:400;text-align:center;font-style:normal;margin-bottom:20px;color:var(--title)}.towatch-container h2{font-size:1.75rem;font-family:Jua,sans-serif;font-weight:400;font-style:normal;color:var(--sub-title);text-align:left}.genre-buttons{margin-top:-50px;display:flex;flex-wrap:wrap;justify-content:right;gap:5px}.genre-buttons button{padding:6px 8px;font-size:1rem;font-family:Jua,sans-serif;font-weight:400;font-style:normal;cursor:pointer;transition:all .2s ease-in-out}.movie-grid{margin-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;justify-items:center}.movie-card{display:flex;flex-direction:column;max-height:380px;background:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;overflow:hidden}.movie-card img{height:275px}.modal-content{background:#fff;border-radius:16px;max-width:650px;width:90%;display:flex;flex-direction:row;gap:20px;padding:20px;position:relative;box-shadow:0 8px 24px #0000004d;animation:fadeIn .3s ease-in-out}.modal-info h2{font-size:1.75rem;margin-bottom:10px;max-width:250px}.modal-rating{color:#f5c518;font-weight:700;margin-bottom:10px}}@media(max-width:768px)and (min-width:460px){#towatch{padding:0}.towatch-container{max-width:100%;margin:0 auto}.towatch-container h1{font-size:1.75rem;font-family:Jua,sans-serif;font-weight:400;font-style:normal;color:var(--title)}.towatch-container h2{margin-top:100px;font-size:1.4rem;font-family:Jua,sans-serif;font-weight:400;font-style:normal;color:var(--sub-title);text-align:center}.genre-buttons{margin-top:-130px;display:grid;grid-template-rows:repeat(2,auto);grid-auto-flow:column;gap:10px;justify-content:center;width:100%}.genre-buttons button{min-width:80px;padding:6px 8px}.movie-grid{margin-top:60px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;justify-items:center}.movie-card{display:flex;flex-direction:column;max-height:260x;background:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;overflow:hidden}.movie-card img{height:200px;padding:10px 0}.movie-card h3{font-size:.9rem;text-align:center}.movie-card p{font-size:.9rem;color:#f5c518;text-align:center;margin-bottom:10px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:200}.modal-content{background:#fff;border-radius:16px;max-width:500px;width:90%;display:flex;flex-direction:column;gap:20px;padding:20px;position:relative;box-shadow:0 8px 24px #0000004d;animation:fadeIn .3s ease-in-out}.modal-content img{width:100%;border-radius:10px;width:70%;max-width:400px;height:auto;margin:0 auto;display:block}.modal-info{flex:1;display:flex;flex-direction:column}.modal-info h2{font-size:1.4rem;margin-bottom:5px}.modal-rating{color:#f5c518;font-size:.9rem;font-weight:700;margin-bottom:5px}.modal-overview{font-size:.9rem;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.close-btn{position:absolute;top:5px;right:10px;background:none;border:none;font-size:1.4rem;cursor:pointer;transition:color .2s ease}}@media(max-width:459px){#towatch{padding:0}.towatch-container{max-width:100%;margin:0 auto;padding:0}.towatch-container h1{font-size:1.75rem;font-family:Jua,sans-serif;font-weight:400;font-style:normal;color:var(--title)}.towatch-container h2{display:none}.genre-buttons{margin-top:-20px;justify-content:center;width:100%;display:flex;flex-wrap:wrap;gap:10px}.genre-buttons button{max-width:85px;padding:3px 5px;flex:0 0 calc(50% - 10px)}.movie-grid{display:grid;grid-template-columns:1fr;gap:15px;justify-items:center}.movie-card img{height:420px;padding:20px 0;margin-bottom:5px}.movie-card h3{font-size:.9rem;text-align:center}.movie-card p{font-size:.9rem;color:#f5c518;text-align:center;margin-bottom:10px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:200}.modal-content{background:#fff;border-radius:16px;max-width:500px;width:90%;display:flex;flex-direction:column;gap:20px;padding:20px;position:relative;box-shadow:0 8px 24px #0000004d;animation:fadeIn .3s ease-in-out}.modal-content img{width:100%;border-radius:10px;width:70%;max-width:400px;height:auto;margin:0 auto;display:block}.modal-info{flex:1;display:flex;flex-direction:column}.modal-info h2{font-size:1.4rem;margin-bottom:5px}.modal-rating{color:#f5c518;font-size:.9rem;font-weight:700;margin-bottom:5px}.modal-overview{font-size:.9rem;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.close-btn{position:absolute;top:5px;right:10px;background:none;border:none;font-size:1.4rem;cursor:pointer;transition:color .2s ease}}ul,li{list-style:none}h1,h2,h3{font-family:Jua,sans-serif;font-weight:400;margin:0;color:#4e5875}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.75rem}.towear-header{display:flex;align-items:center;justify-content:center;padding:10px;gap:12px}.towear-icon{width:38px;height:38px;background:linear-gradient(135deg,#6cbf6c,#4fa94f);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px;box-shadow:0 3px 8px #4caf5033}.card-title{font-size:.9rem;font-weight:700;text-align:left}.towear-container{display:flex;gap:24px;margin-top:8px;line-height:1.8rem}.towear-leftcard{flex:1;border-radius:16px;padding:22px;background:linear-gradient(135deg,#ffffffe6,#d6f5d6bf,#bdf8bda6);border:1px solid rgba(255,255,255,.6);box-shadow:0 6px 14px #00000014;display:flex;flex-direction:column;justify-content:center}.today-weather{font-size:.85rem;font-weight:600;color:#3d4c3d;margin-top:6px}.towear-rightcard{flex:1;border-radius:16px;padding:22px;background:#fff;border:2px solid transparent;border-image:linear-gradient(to bottom right,#e2fce2,#d0f4d0,#b8f4b8) 1;box-shadow:0 6px 14px #0000000f;display:flex;flex-direction:column}.towear-rightcard p:first-child{font-weight:500;color:#4b5059}.clothes{background:#f0fdf4;border-radius:12px;padding:10px 14px;text-align:center;margin-top:10px;border:1px solid #dcfce7}.clothes p{color:#22c55e;font-weight:600;font-family:Jua,Noto Sans KR,sans-serif;font-size:1.05rem}.towear-line{margin:8px 0;border:none;height:1px;background-color:#50505033}@media(max-width:500px){.towear-container{flex-direction:column}}@media(max-width:1240px){h2{font-size:1.75rem!important}}.toeat-header{display:flex;align-items:center;padding:10px;margin-bottom:10px;flex-direction:row;justify-content:center}.recommender-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:#fdffbc;border-radius:15px;box-shadow:0 4px 12px #0000001a;font-family:Jua,sans-serif}.recommender-title{color:#555879;font-size:2rem}.recommendation-output{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;padding:20px;border:2px solid #ddd;border-radius:10px;background-color:#ffffff80;width:90%}.label{font-size:1em;color:var(--sub-text)}.food-result{font-size:1.5rem;color:#555879;font-family:jua}.f5-button{padding:10px 15px;font-size:1rem;color:#fff;background-color:#8ca9ff;border:none;border-radius:8px;cursor:pointer;letter-spacing:.5px;transition:background-color .3s ease,transform .15s ease}.f5-button:hover{background-color:#6f92fc}.toeat-icon{width:38px;height:38px;background:#fdffbc;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:10px;box-shadow:0 3px 8px #4caf5033;margin-right:12px}@media(max-width:900px){.recommender-title{font-size:2rem}}@media(max-width:768px){.recommender-title{font-size:1.75rem}.label{font-size:.9rem}.f5-button{font-size:.8rem}.recommender-container{padding:1.5rem}}@media(min-width:320px)and (max-width:600px){.recommender-title{font-size:1.75rem}.label{font-size:.9rem}.f5-button{font-size:.8rem}}@media(max-width:320px){.recommender-title{font-size:1.75rem}.food-result,.label{font-size:.9rem}.f5-button{font-size:.8rem}}.towatch-section{padding:10px}.section-title{display:flex;justify-content:center;align-items:center;gap:12px;font-size:2rem;margin-bottom:10px}.movie-icon{width:38px;height:38px;padding:5px;color:#fff;font-weight:900;border-radius:50%;margin-bottom:10px;background-color:#c9e4ff;box-shadow:0 0 4px #c9e4ff}.movie-display{display:flex;justify-content:center;align-items:flex-start;gap:15px;padding:15px;border-radius:20px;box-sizing:border-box;box-shadow:0 0 8px #c9e4ff;max-width:550px;margin:0 auto;background-color:#c9e4ff}.poster{margin-top:6px;width:280px;max-width:100%;height:300px;border-radius:12px;flex-shrink:0;box-shadow:0 0 8px #0006}.movie-info{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:220px;text-align:center;margin-left:10px;max-height:280px}.movie-title{font-weight:600;font-size:1.4rem;font-family:Noto Sans KR;margin-bottom:10px}.rating{font-weight:700;color:#ffb400;margin-bottom:10px}.overview{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-align:center}.reload-btn{position:absolute;bottom:40px;font-weight:600;background-color:#7b9cff;color:#fff;border:none;padding:10px 15px;border-radius:8px;cursor:pointer;transition:.3s}.reload-btn:hover{background-color:#5a7ff0}@media(max-width:1024px)and (min-width:768px){.section-title{text-align:center;font-size:1.75rem;margin-bottom:10px}.movie-display{display:flex;justify-content:center;align-items:flex-start;gap:10px;padding:10px;width:100%}.poster{margin-top:6px;width:100%;height:300px;border-radius:12px;flex-shrink:0;box-shadow:0 0 8px #0000004d}.movie-info{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:190px;max-width:100%;height:305px;text-align:center;position:relative}.movie-title{font-weight:600;font-size:1.15rem;font-family:Noto Sans KR;margin-bottom:10px}.rating{font-weight:700;font-size:1rem;color:#ffb400;margin-bottom:10px}.overview{font-size:1rem;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.reload-btn{position:absolute;bottom:-25px;font-weight:600;background-color:#7b9cff;color:#fff;border:none;padding:8px 12px;border-radius:8px;cursor:pointer;transition:.3s}}@media(max-width:767px)and (min-width:460px){.section-title{text-align:center;font-size:1.75rem!important;margin-bottom:10px}.movie-display{display:flex;align-items:center;flex-direction:column;gap:0;border-radius:20px;box-shadow:0 0 8px #c9e4ff;width:100%;box-sizing:border-box}.poster{width:100%;height:400px;margin-bottom:5px}.movie-info{width:90%;position:relative;text-align:center;align-items:center;min-height:230px}.movie-title{font-size:1rem;margin-bottom:5px}.rating{margin-bottom:5px;font-size:.9rem}.overview{font-size:.9rem;-webkit-line-clamp:4}.reload-btn{position:absolute;bottom:0;left:50%;transform:translate(-50%);font-weight:600;background-color:#7b9cff;color:#fff;border:none;padding:8px 6px;border-radius:8px;cursor:pointer;transition:.3s}}@media(max-width:460px){.section-title{text-align:center;font-size:1.75rem!important;margin-bottom:10px}.movie-display{display:flex;align-items:center;flex-direction:column;gap:0;border-radius:20px;max-width:95%;box-sizing:border-box}.poster{width:100%;max-width:250px;height:300px;margin-bottom:5px}.movie-info{width:80%;max-width:250px;position:relative;text-align:center;align-items:center;min-height:230px}.movie-title{font-size:1rem;margin-bottom:5px}.rating{margin-bottom:5px;font-size:.9rem}.overview{-webkit-line-clamp:4;font-size:.9rem}.reload-btn{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);font-weight:600;background-color:#7b9cff;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:.3s;width:115px;padding:5px;line-height:15px;height:30px}}.home-todo-section{padding:10px;display:flex;flex-direction:column;gap:12px}.home-todo-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;justify-content:center}.home-todo-header .todo-icon{display:flex;font-size:22px;background:#f58fc7;color:#fff;border-radius:50%;width:38px;height:38px;margin-bottom:10px;justify-content:center;align-items:center}.home-todo-section .todo-card{background:#fff;border:2px solid #f3b9d3;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;transition:.2s}.home-todo-section .todo-card.done{background:#ffeaf3;border-color:#f0a2c5}.home-todo-section .todo-text{font-size:16px}.home-todo-section .todo-text.done{color:#aaa;text-decoration:line-through}.home-todo-section .checkbox-wrapper{display:flex;align-items:center}.home-todo-section .custom-checkbox{width:18px;height:18px;border:2px solid #f0a2c5;border-radius:50%;display:inline-block;position:relative}.home-todo-section input[type=checkbox]:checked+.custom-checkbox{background-color:#f58fc7}.home-todo-section .checkbox-wrapper input[type=checkbox]{width:0;height:0;opacity:0;position:absolute}.app{min-height:100vh;padding:60px 20px 20px;margin:0 auto;background:linear-gradient(to bottom right,pink,#f0e6ff,#cce0ff);font-family:Noto Sans KR,sans-serif}h1{font-family:Jua,sans-serif;font-weight:400;font-size:3rem;color:#5d688a;margin:0}h2{font-family:Jua,sans-serif;font-weight:400;font-size:2rem;color:#555879;margin:0}h3{font-family:Jua,sans-serif;font-weight:400;font-size:1.75rem;color:#555879;margin:0}p,span{font-family:Noto Sans KR,sans-serif;font-weight:400;font-size:1rem;color:#1e2939}.main-content{position:relative}.cat-background{position:absolute;left:0;right:0;bottom:30px;height:20px;background-repeat:repeat-x;background-position:bottom;background-size:auto 100%;opacity:.6;pointer-events:none;z-index:0;display:none}@media(min-width:768px){.cat-background{display:block}}.page-title{text-align:center;padding-top:1rem;margin-bottom:.8rem}.page-title h2{color:#5d688a;font-family:Jua,Noto Sans KR,sans-serif;font-size:3rem}@media(max-width:768px){.page-title h2{font-size:2rem}.datetime-box p{font-size:.875rem}}.datetime-box{background:#fff9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:1.2rem;padding:1rem;margin-bottom:2rem;text-align:center;box-shadow:0 2px 5px #0003}.sections-layout{display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.sections-layout{flex-direction:row}}.left-column,.right-column{flex:1;display:flex;flex-direction:column;gap:20px}.card{background:#fff9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:1.2rem;margin:0;text-align:center;padding:10px;box-shadow:0 2px 5px #0003;transition:transform .2s ease,box-shadow .2s ease}.card:hover{box-shadow:0 6px 15px #00000040;transform:translateY(-4px)}.container{max-width:1200px;margin:0 auto;width:100%}.title{font-family:Jua,Noto Sans KR,sans-serif;font-size:3rem;color:var(--title)}.subtitle{font-family:Jua,Noto Sans KR,sans-serif;font-size:2rem;color:var(--sub-title)}.subtext{font-size:.9rem;font-family:Noto Sans KR,sans-serif;color:var(--sub-text);font-weight:demi-light}@media(max-width:1240px){.title{font-size:2.25rem}.subtitle{font-size:1.75rem}}@media(max-width:768px){.title{font-size:1.75rem}.subtitle{font-size:1.4rem}body{font-size:.9rem}.subtext{font-size:.8rem}}
