:root{--app-height:100vh;--app-width:100vw;--bottom-nav-height:60px}body,html{width:100vw;height:100vh;height:var(--app-height);overflow-x:hidden;position:relative}.layout__container,body{display:flex;flex-direction:column}.layout__container{position:relative;width:100vw;min-height:100vh;min-height:var(--app-height);padding-bottom:var(--bottom-nav-height)}.layout__credit{position:fixed;bottom:calc(var(--bottom-nav-height) + 16px);right:16px;font-size:12px;color:#666;opacity:.8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;z-index:999;letter-spacing:.02em}@media(max-width:768px){.layout__credit{font-size:10px;bottom:calc(var(--bottom-nav-height) + 12px);right:12px}}.layout__credit a{color:#a47550;text-decoration:none;font-weight:500}.layout__credit a:hover{text-decoration:underline}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes slideUp{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.search-bar{position:relative;top:0;left:0;right:0;z-index:1000;background:rgba(0,0,0,0)}.search-bar .keyword-box-wrapper{max-width:300px;margin:0 auto}.search-bar .keyword-box-wrapper .keyword-box{display:flex;flex-wrap:nowrap;gap:.5rem;align-items:center;padding:.5rem;border:2px solid #a47550;border-radius:.5rem;height:48px;box-sizing:border-box;position:relative;overflow-x:auto}.search-bar .keyword-box-wrapper .keyword-box .tag{display:inline-flex;align-items:center;background-color:hsl(26.4285714286,34.4262295082%,77.8431372549%);color:#a47550;padding:.25rem .5rem;border-radius:.5rem;font-size:.875rem;white-space:nowrap;flex-shrink:0}.search-bar .keyword-box-wrapper .keyword-box .tag button{background:none;border:none;margin-left:.25rem;color:inherit;font-weight:700;cursor:pointer}.search-bar .keyword-box-wrapper .keyword-box .keyword-toggle-button{background:none;border:1px #a47550;padding:.25rem .75rem;border-radius:.5rem;font-size:.875rem;color:#a47550;cursor:pointer;flex-shrink:0;margin-left:auto}.search-bar .keyword-box-wrapper .keyword-box .keyword-toggle-button:hover{background-color:hsl(26.4285714286,34.4262295082%,87.8431372549%)}.search-bar .keyword-box-wrapper .keyword-suggestions.floating{position:absolute;top:100%;right:0;background-color:#fff;width:300px;margin-top:.5rem;padding:1rem;border:2px solid #a47550;border-radius:.75rem;max-height:400px;overflow-y:auto;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:1000}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-search-input{width:100%;padding:.5rem .75rem;border:2px solid hsl(26.4285714286,34.4262295082%,67.8431372549%);border-radius:.5rem;font-size:.875rem;margin-bottom:1rem;transition:border-color .2s ease}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-search-input:focus{outline:none;border-color:#a47550}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .added-keywords,.search-bar .keyword-box-wrapper .keyword-suggestions.floating .available-keywords{margin-bottom:1rem}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .added-keywords h4,.search-bar .keyword-box-wrapper .keyword-suggestions.floating .available-keywords h4{font-size:.875rem;font-weight:600;color:#a47550;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid hsl(26.4285714286,34.4262295082%,77.8431372549%)}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-manage-btn{width:100%;padding:.5rem .75rem;background-color:#a47550;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;margin-bottom:1rem;transition:background-color .2s ease}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-manage-btn:hover{background-color:rgb(129.7213114754,92.5450819672,63.2786885246)}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-suggestion-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.25rem;border-radius:.5rem;transition:background-color .2s ease}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-suggestion-item:hover{background-color:hsl(26.4285714286,34.4262295082%,92.8431372549%)}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-suggestion{flex:1 1;padding:.375rem .75rem;background-color:hsl(26.4285714286,34.4262295082%,82.8431372549%);border:1px solid hsl(26.4285714286,34.4262295082%,72.8431372549%);border-radius:.5rem;font-size:.875rem;color:#a47550;cursor:pointer;text-align:left;transition:all .2s ease}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-suggestion:hover{background-color:hsl(26.4285714286,34.4262295082%,87.8431372549%);border-color:#a47550}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-suggestion.added{background-color:hsl(26.4285714286,34.4262295082%,77.8431372549%);border-color:#a47550;font-weight:500}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-suggestion.selected{background-color:rgb(129.7213114754,92.5450819672,63.2786885246);border-color:rgb(146.8606557377,104.7725409836,71.6393442623);color:#fff;font-weight:600}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-add-btn,.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-remove-btn{background:none;border:none;font-size:1.125rem;font-weight:700;cursor:pointer;padding:.25rem .5rem;border-radius:.25rem;line-height:1;min-width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-add-btn:hover,.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-remove-btn:hover{transform:scale(1.1)}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-add-btn{color:#10b981}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-add-btn:hover{background-color:hsl(160.1183431953,84.07960199%,79.4117647059%)}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-remove-btn{color:#ef4444;background-color:#fff}.search-bar .keyword-box-wrapper .keyword-suggestions.floating .keyword-remove-btn:hover{background-color:#fff}.search-bar .radius-input{height:100%;padding:.5rem .75rem;border:2px solid #a47550;border-radius:.5rem;font-size:.875rem;width:6rem;transition:border-color .2s ease}.search-bar .radius-input:focus{outline:none;border-color:rgb(129.7213114754,92.5450819672,63.2786885246)}.search-bar__container{justify-content:center;display:flex}@media(max-width:768px){.search-bar__container{padding:.75rem}}.search-bar__box{display:flex;align-items:center;width:100%;max-width:600px;border:2px solid #a47550;border-radius:10px;background:#fff;padding:0 12px;height:48px;box-sizing:border-box}.search-bar__input{flex:1 1;font-size:1.1rem;color:#333;padding:0 8px}.search-bar__button,.search-bar__input{border:none;outline:none;background:rgba(0,0,0,0);height:100%}.search-bar__button{cursor:pointer;display:flex;align-items:center;color:#a47550;font-size:1.5rem;padding:0 4px}.search-bar__results{position:relative;top:0;left:0;right:0;bottom:0;background:#fff;overflow-y:auto;z-index:999}.search-bar .results-collapse-toggle{position:fixed;right:1rem;bottom:calc(20vh + 8px);z-index:1001;background:#a47550;color:#fff;border:none;border-radius:.5rem;padding:.5rem .75rem;cursor:pointer}.search-bar__results-content{max-width:800px;margin:0 auto;padding:1rem}@media(max-width:768px){.search-bar__results-content{padding:.75rem}}.search-bar .keyword-bar-outer{width:100%;display:flex;justify-content:center;margin-top:12px}.search-bar .keyword-bar-inner{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;width:100%;max-width:900px;margin:0 auto;padding-bottom:2px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.search-bar .keyword-bar-inner::-webkit-scrollbar{display:none}.search-bar .keyword-pill{display:flex;align-items:center;gap:6px;background:#f6f8fa;border:1.2px solid #e3e8ee;border-radius:999px;box-shadow:0 1px 4px rgba(80,120,200,.06);padding:6px 14px;font-size:.98rem;font-weight:500;color:#3a3a3a;cursor:pointer;transition:background .16s,color .16s,border .16s;white-space:nowrap;outline:none;position:relative;min-height:32px}.search-bar .keyword-pill:hover{background:#eaf2ff;border-color:#b6d0ff}.search-bar .keyword-pill.selected{background:#e3f0ff;color:#2563eb;border-color:#4f8cff}.search-bar .keyword-pill.more{background:#f0f4ff;color:#7b8fa6;font-weight:700;border:1.2px dashed #c7d2fe}.search-bar .keyword-pill-icon{font-size:1.08em;display:flex;align-items:center;color:#b0b8c1!important;transition:color .16s}.search-bar .keyword-pill.selected .keyword-pill-icon{color:#4f8cff!important}.search-results{padding:1rem}.search-results .results-count{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.search-results .results-list{display:flex;flex-direction:column;gap:1rem}.cafe-card{display:flex;gap:1rem;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s ease}.cafe-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.cafe-card.selected{border-color:#4a90e2;background-color:rgba(74,144,226,.05)}.cafe-card .cafe-image{width:100px;height:100px;border-radius:.375rem;overflow:hidden}.cafe-card .cafe-image img{width:100%;height:100%;object-fit:cover}.cafe-card .cafe-info{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.cafe-card .cafe-header{display:flex;justify-content:space-between;align-items:flex-start}.cafe-card .cafe-header h3{font-size:1.125rem;font-weight:600;color:#2c3e50;margin:0}.cafe-card .cafe-header .cafe-rating{display:flex;align-items:center;gap:.25rem;color:gold}.cafe-card .cafe-header .cafe-rating svg{font-size:1rem}.cafe-card .cafe-header .cafe-rating .review-count{color:#6b7280;font-size:.875rem}.cafe-card .cafe-details{display:flex;flex-direction:column;gap:.25rem}.cafe-card .cafe-details .cafe-address{display:flex;align-items:center;gap:.25rem;color:#6b7280;font-size:.875rem}.cafe-card .cafe-details .cafe-address svg{color:#4a90e2}.cafe-card .cafe-details .cafe-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem}.cafe-card .cafe-details .cafe-meta .distance{color:#6b7280}.cafe-card .cafe-details .cafe-meta .status{display:flex;align-items:center;gap:.25rem}.cafe-card .cafe-details .cafe-meta .status .open,.cafe-card .cafe-details .cafe-meta .status svg{color:#4a90e2}.cafe-card .cafe-details .cafe-meta .status .closed{color:#6b7280}.map-wrapper{width:100%;height:100%;position:relative;background-color:#f8f9fa;flex:1 1;min-height:0;display:flex;flex-direction:column}.map-wrapper .map{width:100%;height:100%;flex:1 1}.marker-icon{width:36px;height:36px;background:#a47551;border-radius:50%;box-shadow:0 2px 8px rgba(.15,.15,.15,.15);display:flex;align-items:center;justify-content:center;position:relative}.marker-icon .coffee-icon{width:20px;height:20px;display:block;margin:auto;stroke:#fff}.marker-icon--28{background-color:#8b4513;width:50px;height:50px;box-shadow:0 0 8px rgba(0,0,0,.4);border:3px solid #fff;transform:scale(1.1)}.marker-icon--28 .coffee-icon{width:40%;height:40%}.marker-icon--8{background-color:#a47551;width:14px;height:14px;border:none;box-shadow:none}.marker-icon--8 .coffee-icon{width:70%;height:70%}.info-window{padding:1rem;background:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);min-width:200px}.info-window .info-header .info-title{font-size:1.125rem;font-weight:600;color:#2c3e50;margin:0 0 .25rem}.info-window .info-header .info-divider{height:1px;background-color:#e5e7eb;margin:.25rem 0}.info-window .info-header .location-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.info-window .info-header .location-row .location-distance{color:#4a90e2}.search{display:flex;flex-direction:column;height:100%;padding:0!important}.search__container{flex:1 1;display:flex;flex-direction:column;height:100%;min-height:0}.search__top{padding:1rem;background-color:rgba(0,0,0,0)}.search__content,.search__top{position:absolute;top:0;width:100%}.search__content{left:0;height:100%}.search__content-map-container{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:100}.search__content-results-container{position:fixed;bottom:0;left:0;width:100%;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border-radius:.5rem .5rem 0 0;transition:height .3s ease;overflow:hidden;z-index:200}.search__content-results-container-drag-handle{height:24px;cursor:-webkit-grab;cursor:grab;display:flex;justify-content:center;align-items:center}.search__content-results-container-drag-handle:before{content:"";width:40px;height:4px;border-radius:2px;background-color:#ccc}.search__content-results-container-results-content{overflow-y:auto;max-height:calc(100% - 24px);padding:1rem}.search-bar__result-item{display:flex;gap:12px;padding:12px;border-bottom:1px solid #eee;align-items:flex-start;cursor:pointer;transition:all .2s ease}.search-bar__result-item:hover{background-color:#f8fafc}.search-bar__result-item:last-child{border-bottom:none}.search-bar__result-item--selected{background-color:#fff;border-left:3px solid #4a90e2}.search-bar__result-item .result-item__thumbnail{flex:0 0 80px}.search-bar__result-item .result-item__thumbnail img{width:80px!important;height:80px!important;object-fit:cover;border-radius:6px}.search-bar__result-item .result-item__info{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.search-bar__result-item .result-item__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.search-bar__result-item .search-bar__result-title{font-size:1.125rem;font-weight:600;margin:0;color:#4a90e2;flex:1 1;line-height:1.3}.search-bar__result-item .search-bar__result-address,.search-bar__result-item .search-bar__result-road-address{margin:0;color:#64748b;font-size:.875rem}.search-bar__result-item .result-working-hours-today{display:flex;align-items:center;gap:.5rem;margin:.25rem 0}.search-bar__result-item .result-working-hours-today .today-label{font-weight:500;color:#334155;font-size:.875rem}.search-bar__result-item .result-working-hours-today .today-time{color:#475569;font-size:.875rem}.search-bar__result-item .result-working-hours__toggle-button{display:inline-block;background:none;border:1px solid #4a90e2;color:#4a90e2;padding:.25rem .75rem;border-radius:.5rem;font-size:.875rem;cursor:pointer;transition:background-color .2s ease;margin-top:.5rem}.search-bar__result-item .result-working-hours__toggle-button:hover{background-color:hsl(212.3684210526,72.380952381%,98.8235294118%)}.search-bar__result-item .result-working-hours__details{position:absolute;top:100;left:200;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 4px 8px rgba(0,0,0,.1);overflow:hidden;z-index:10;max-height:0;opacity:0;transform-origin:top;transition:max-height .3s ease,opacity .3s ease;padding:0 1rem}.search-bar__result-item .result-working-hours__details.open{max-height:500px;opacity:1}.search-bar__result-item .result-working-hours__details__content{padding:1rem 0}.search-bar__result-item .result-working-hours__details-header{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#334155}.search-bar__result-item .result-working-hours__details-list{list-style:none;padding:0;margin:0}.search-bar__result-item .result-working-hours__details-list__day{display:flex;align-items:center;font-size:.875rem;margin-bottom:.25rem;color:#475569}.search-bar__result-item .result-working-hours__details-list__day-label{width:60px;font-weight:500;color:#334155}.search-bar__result-item .result-working-hours__details-list__day-time{flex:1 1}.search-bar__no-results{text-align:center;padding:2rem;color:#64748b}.create-folder-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}.create-folder-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}.create-folder-modal__content{position:relative;background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px rgba(0,0,0,.15)}.create-folder-modal__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0;border-bottom:1px solid #f1f5f9}.create-folder-modal__header h3{margin:0;font-size:1.25rem;font-weight:600;color:#334155}.create-folder-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;border-radius:6px;cursor:pointer;color:#64748b;transition:all .2s ease}.create-folder-modal__close:hover{background:#f1f5f9;color:#334155}.create-folder-modal__form{padding:24px}.create-folder-modal__field{margin-bottom:24px}.create-folder-modal__field label{display:block;font-weight:600;color:#334155;margin-bottom:8px;font-size:14px}.create-folder-modal__field input[type=text]{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .2s ease}.create-folder-modal__field input[type=text]:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px rgba(74,144,226,.1)}.create-folder-modal__field input[type=text]:disabled{background:#f8fafc;cursor:not-allowed}.create-folder-modal__privacy-options{display:flex;flex-direction:column;gap:12px}.create-folder-modal__privacy-option{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease}.create-folder-modal__privacy-option:hover{border-color:#4a90e2;background:#f8fafc}.create-folder-modal__privacy-option input[type=radio]{margin:0;width:16px;height:16px;accent-color:#4a90e2}.create-folder-modal__privacy-option span{font-weight:500;color:#334155;font-size:14px}.create-folder-modal__privacy-option small{color:#64748b;font-size:12px;margin-left:auto}.create-folder-modal__privacy-icon{font-size:16px;color:#64748b}.create-folder-modal__error{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;margin-bottom:24px}.create-folder-modal__actions{display:flex;gap:12px;justify-content:flex-end}.create-folder-modal__cancel{padding:12px 24px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.create-folder-modal__cancel:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc}.create-folder-modal__cancel:disabled{opacity:.6;cursor:not-allowed}.create-folder-modal__submit{padding:12px 24px;border:none;border-radius:8px;background:#4a90e2;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.create-folder-modal__submit:hover:not(:disabled){background:rgb(34.3857142857,117.3857142857,214.6142857143)}.create-folder-modal__submit:disabled{opacity:.6;cursor:not-allowed}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;background-color:#f3f4f6;color:#2c3e50;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--bottom-nav-height:4rem;--ads-bar-height:3rem;--app-height:100%}.main{flex:1 1;overflow-y:auto}.main__content{max-width:800px;margin:0 auto}.main__content h1{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#2c3e50}.main__content p{color:#666;margin-bottom:1.5rem}.settings__list{display:flex;flex-direction:column;gap:1rem}.settings__item{padding:1rem;background:#f8fafc;border-radius:.5rem}.settings__item h2{font-size:1rem;font-weight:500;margin-bottom:.5rem;color:#2c3e50}.settings__item p{font-size:.875rem;color:#64748b;margin:0}button{cursor:pointer;border:none;background:none;font-family:inherit}button:focus{outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{background:rgba(107,114,128,.3);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:rgba(107,114,128,.5)}.bookmark-button{position:relative;display:inline-block}.bookmark-button__toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;position:relative}.bookmark-button__toggle:hover{border-color:#4a90e2;background-color:#f8fafc}.bookmark-button__toggle:disabled{opacity:.6;cursor:not-allowed}.bookmark-button__toggle--active{border-color:#4a90e2;background-color:#fff;color:#4a90e2}.bookmark-button__icon{font-size:16px;color:#64748b;transition:color .2s ease}.bookmark-button__toggle--active .bookmark-button__icon{color:#4a90e2}.bookmark-button__count{position:absolute;top:-4px;right:-4px;background:#4a90e2;color:#fff;font-size:10px;font-weight:600;padding:2px 4px;border-radius:8px;min-width:16px;text-align:center}.bookmark-button__dropdown{position:absolute;top:100%;right:0;width:280px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.15);z-index:1000;margin-top:8px;overflow:hidden}.bookmark-button__dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #f1f5f9;background:#f8fafc}.bookmark-button__dropdown-header span{font-weight:600;color:#334155;font-size:14px}.bookmark-button__new-folder{display:flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid #4a90e2;border-radius:6px;background:#fff;color:#4a90e2;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.bookmark-button__new-folder:hover{background:#4a90e2;color:#fff}.bookmark-button__folder-list{max-height:300px;overflow-y:auto}.bookmark-button__empty{padding:24px 16px;text-align:center;color:#64748b;font-size:14px}.bookmark-button__folder-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:background-color .2s ease}.bookmark-button__folder-item:hover{background-color:#f8fafc}.bookmark-button__folder-item--active{background-color:#fff;border-left:3px solid #4a90e2}.bookmark-button__folder-item--active .bookmark-button__folder-icon{color:#4a90e2}.bookmark-button__folder-item--active .bookmark-button__folder-name{color:#4a90e2;font-weight:600}.bookmark-button__folder-info{display:flex;align-items:center;gap:8px;flex:1 1}.bookmark-button__folder-icon{font-size:14px;color:#64748b}.bookmark-button__folder-name{font-size:14px;color:#334155;font-weight:500}.bookmark-button__folder-private{font-size:11px;color:#64748b;background:#f1f5f9;padding:2px 6px;border-radius:4px}.bookmark-button__folder-status{font-size:16px;color:#4a90e2;font-weight:700}.bookmark-button__overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}