@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#111827;line-height:1.5;background-color:#fff}.app-background{background-color:#fff;min-height:100vh}a{color:#7c7ce0;text-decoration:none;transition:color .15s ease-in-out}a:hover{color:#5d5dd8;text-decoration:underline}*:focus{outline:2px solid #7C7CE0;outline-offset:2px}.navbar{position:fixed;top:0;left:0;right:0;width:100vw;height:auto;z-index:1020;margin:0;padding:0;background:#fff;border-bottom:1px solid #e5e7eb}.navbar .navbar-content{max-width:800px;margin:0 auto;padding:16px;width:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.navbar .navbar-content{padding:12px}}@media (max-width: 480px){.navbar .navbar-content{padding:8px}}.navbar .navbar-left{display:flex;align-items:center;justify-content:flex-start;gap:8px}.navbar .logo-link{display:flex;align-items:center;justify-content:flex-start;gap:8px;text-decoration:none;color:#111827}.navbar .logo-link:hover{text-decoration:none}.navbar .nav-text{font-family:Helvetica,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.5;color:#111827}.navbar .nav-icon{width:24px;height:24px}.navbar .custom-title{display:flex;align-items:center;justify-content:flex-start;gap:8px}.navbar .custom-title .nav-text{font-family:Helvetica,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.5;color:#111827}.navbar .share-link-container{width:100%;display:flex;align-items:center;justify-content:space-between}.navbar .share-link-container .share-btn{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.navbar .share-link-container .share-btn:hover{background:#f9fafb}.navbar .share-link-container .share-btn .share-icon{width:24px;height:24px;object-fit:contain}.navbar .back-button{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.navbar .back-button:hover{background:#f9fafb}.navbar .back-button img{width:24px;height:24px}.navbar .navbar-right{display:flex;align-items:center;justify-content:flex-start;gap:12px}.navbar .auth-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border-radius:0;padding:12px 24px;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.navbar .auth-button:disabled{cursor:not-allowed;opacity:.6}.navbar .auth-button.logout-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;padding:12px 24px;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#111827;border:1px solid #d1d5db;border-radius:0;color:#4b5563}.navbar .auth-button.logout-button:disabled{cursor:not-allowed;opacity:.6}.navbar .auth-button.logout-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.navbar .settings-container{position:relative;display:flex;align-items:center;justify-content:center}.navbar .settings-button{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;color:#111827}.navbar .settings-button:hover{background:#f9fafb}.navbar .settings-button svg{width:26px;height:26px}.navbar .settings-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;min-width:150px;overflow:hidden}.navbar .dropdown-item{display:block;width:100%;padding:12px 16px;background:none;border:none;text-align:left;cursor:pointer;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;text-decoration:none}.navbar .dropdown-item:hover{background:#f9fafb;text-decoration:none}.navbar .dropdown-item.twitter-item{color:#111827}.navbar .dropdown-item.twitter-item:hover{background:#1da1f21a;color:#1da1f2;text-decoration:none}.navbar .dropdown-item.logout-item{color:#4b5563}.navbar .dropdown-item.logout-item:hover{background:#ef44441a;color:#ef4444}.share-card-container{position:fixed;bottom:-100%;left:0;width:100%;background-color:#fff;box-shadow:0 -4px 12px #0003;border-top-left-radius:16px;border-top-right-radius:16px;padding:20px;transition:bottom .4s ease-in-out;z-index:9999}.share-card-container .close-btn{position:absolute;top:10px;right:10px;padding:4px;background:none;border:none;cursor:pointer}.share-card-container .close-btn img{width:24px;height:24px}.share-card-container p{margin:0 0 10px;font-size:16px;color:#333}.share-card-container h3{margin:0 0 20px;font-size:20px}.share-card-container .bottom-section{display:flex;justify-content:flex-end;margin-bottom:20px}.share-card-container .bottom-section .link{display:flex;align-items:center}.share-card-container .bottom-section .copy-icon{width:24px;height:24px}.share-card-container .copy-link{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:.5px solid rgba(17,17,17,.25)}.share-card-container .copy-link .copied-message{color:green;font-size:14px;font-weight:700}.share-card-container .copy-link p{font-size:16px;color:#111;margin:0}.share-card-container .copy-link .icon-btn{background:none;border:none;padding:0;cursor:pointer}.share-card-container .copy-link .icon-btn .copy-icon{width:20px;height:20px}.share-card-container.active{bottom:0}.bottom-bar{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:40px;padding:12px 24px;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid #e5e7eb;z-index:1030}.bottom-bar .bottom-bar-content{display:flex;align-items:center;justify-content:center;justify-content:space-between;padding:0 40px;max-width:800px;margin:0 auto;width:100%}.bottom-bar .bottom-bar-content a{position:relative;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:0;transition:all .2s ease-in-out}.bottom-bar .bottom-bar-content a:hover{background:#f3f4f680;text-decoration:none}.bottom-bar .bottom-bar-content a .icon{width:26px;height:26px;transition:transform .2s ease-in-out}.bottom-bar .bottom-bar-content a .icon:hover{transform:scale(1.05)}.bottom-bar .bottom-bar-content a.active .icon{opacity:1}.bottom-bar .bottom-bar-content a:not(.active) .icon{opacity:1}.bottom-bar .bottom-bar-content .logo-link{background-color:#383838;border-radius:50%;padding:12px}.bottom-bar .bottom-bar-content .logo-link:hover{background-color:#383838;transform:scale(1.05)}.bottom-bar .bottom-bar-content .logo-link .logo-icon{width:20px;height:22px;transition:transform .2s ease-in-out}.city-selector-container{position:relative;padding:16px;border-bottom:1px solid #e5e7eb;background-color:#fff}@media (max-width: 768px){.city-selector-container{padding:12px}}@media (max-width: 480px){.city-selector-container{padding:8px}}.city-selector-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;cursor:pointer;transition:all .2s ease-in-out}.city-selector-button:hover{border-color:#d1d5db;background-color:#edf1ff66}.city-selector-button:focus{outline:none;border-color:#7c7ce0;box-shadow:0 0 0 2px #7c7ce01a}.selected-city{font-weight:500;color:#111827}.dropdown-arrow{color:#4b5563;font-size:14px;transition:transform .15s ease-in-out}.dropdown-arrow.open{transform:rotate(180deg)}.city-dropdown{position:absolute;top:100%;left:16px;right:16px;z-index:1000;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;margin-top:4px;overflow:hidden}.city-list{list-style:none;margin:0;padding:0;max-height:200px;overflow-y:auto}.city-option{display:block;width:100%;padding:12px 16px;background:none;border:none;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;text-align:left;cursor:pointer;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.city-option:hover{background-color:#edf1ff66}.city-option.selected{background-color:#7c7ce0;color:#fff;font-weight:500}.city-option.selected:hover{background-color:#7c7ce0}.city-option:focus{outline:none;background-color:#edf1ff66}.recommendation-card{background:#edf1ff66;border:2px solid #000000;padding:8px;box-shadow:none;border-radius:8px;margin-bottom:16px;transition:all .2s ease-in-out}@media (max-width: 768px){.recommendation-card{padding:12px;margin-bottom:12px}}@media (max-width: 480px){.recommendation-card{padding:8px;margin-bottom:8px}}.recommendation-card.highlighted{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;position:relative;transform:translateY(-2px)}.recommendation-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}@media (max-width: 768px){.recommendation-card-header{margin-bottom:12px}}@media (max-width: 480px){.recommendation-card-header{margin-bottom:8px}}.question-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;font-weight:600;margin:0;color:#111827;flex-grow:1}.recommendation-copy-btn{padding:4px 8px;background-color:transparent;border:none}.recommendation-copy-btn .share-icon{width:20px;height:20px}.loading-recommendations{text-align:center;padding:12px;color:#111827;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563}.no-recommendations{text-align:center;padding:12px;color:#111827;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;margin-bottom:16px}.recommendations-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;transition:max-height .3s ease-in-out;overflow:hidden}.recommendation-item{padding:8px 0;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.recommendation-content{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;gap:12px}@media (max-width: 768px){.recommendation-content{gap:8px}}@media (max-width: 480px){.recommendation-content{gap:4px}}.recommendation-left{display:flex;flex-direction:column;gap:4px;flex:1}.recommendation-header{display:flex;align-items:center;justify-content:flex-start;gap:8px}.recommendation-number,.recommendation-bracket-count{font-weight:600;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827}.recommendation-name{font-weight:500;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827}.recommendation-right{display:flex;align-items:flex-start;flex-shrink:0}.add-to-collection-btn{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;box-shadow:none;padding:4px 12px;font-size:13px;background-color:transparent;color:#111827;border:1px solid #000000;border-radius:0}.add-to-collection-btn:disabled{cursor:not-allowed;opacity:.6}.add-to-collection-btn:hover:not(:disabled){background:#1f2937;transform:none}.add-to-collection-btn:active{transform:none}.add-to-collection-btn:hover{background-color:#f9fafb}@media (max-width: 480px){.add-to-collection-btn{padding:4px 8px;font-size:12px}}.maps-link{background:none;border:none;color:#111827;text-decoration:underline;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;padding:0;text-align:left;width:fit-content;display:inline-block;cursor:pointer}.maps-link:hover{color:#111827;text-decoration:none}.recommendations-footer{text-align:right;margin-bottom:16px;padding-top:8px}.recommendations-link{background:none;border:none;text-decoration:underline;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;padding:0;cursor:pointer;font-weight:500;display:inline-block;width:auto}.recommendations-link:hover{color:#111827;text-decoration:none}.recommendation-input-section{margin-top:16px}.location-input{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;width:100%;margin-bottom:8px}.location-input::placeholder{color:#6b7280}.location-input:focus{outline:none;border-color:#7c7ce0;box-shadow:0 0 0 3px #7c7ce01a}.location-input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.save-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;padding:12px 24px;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;box-shadow:none;border-radius:0;width:100%}.save-button:disabled{cursor:not-allowed;opacity:.6}.save-button:hover:not(:disabled){background:#1f2937;transform:none}.save-button:active{transform:none}.save-status{margin-top:8px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;color:#111827;text-align:center}.share-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border:1px solid #ccc;border-radius:0;background-color:#f9f9f9;color:#333;cursor:pointer;transition:background-color .2s,color .2s,opacity .2s;font-size:.9rem}.share-button:hover{background-color:#eee}.share-button.copied{background-color:#e6ffed;color:#22863a;border-color:#7ee29a}.share-button:disabled{cursor:default}.share-button .share-icon{width:16px;height:16px}.modal-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;transform:none!important;background-color:#00000080;z-index:9999!important;display:block;isolation:isolate}.collection-modal{background-color:#fff;border:none;border-radius:0;position:absolute;bottom:0;left:0;right:0;width:100%;max-width:none!important;margin:0!important;height:75vh;max-height:75vh;min-height:60vh;display:flex;flex-direction:column;overflow:hidden;opacity:0;animation:fadeInModal .2s ease-out forwards}.collection-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.collection-modal .modal-header h2{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;font-weight:600;color:#111827;margin:0}.collection-modal .modal-header .close-button{background:none;border:none;font-size:24px;color:#4b5563;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.collection-modal .modal-header .close-button:hover{color:#111827}.collection-modal .modal-body{flex:1;overflow-y:auto;padding:16px 16px 24px}.collection-modal .modal-body .collections-list{display:flex;flex-direction:column;gap:12px}.collection-modal .modal-body .collection-item{padding:12px;border:1px solid #e5e7eb;border-radius:0;cursor:pointer;transition:all .2s ease}.collection-modal .modal-body .collection-item:hover{background-color:#f9fafb}.collection-modal .modal-body .collection-item.selected{border-color:#000;background-color:#7c7ce00d}.collection-modal .modal-body .collection-item .collection-info .collection-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:8px}.collection-modal .modal-body .collection-item .collection-info .collection-header .checkmark{width:20px;height:20px;background-color:#111827;color:#fff;border-radius:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.collection-modal .modal-body .collection-item .collection-info .collection-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;font-weight:600;color:#111827;margin:0 0 4px}.collection-modal .modal-body .collection-item .collection-info .collection-count{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563;margin:0}.collection-modal .modal-body .no-collections{text-align:center;padding:24px}.collection-modal .modal-body .no-collections p{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563;margin-bottom:16px}.collection-modal .modal-body .no-collections .create-first-collection-btn{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;padding:12px 24px;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;box-shadow:none;border-radius:0}.collection-modal .modal-body .no-collections .create-first-collection-btn:disabled{cursor:not-allowed;opacity:.6}.collection-modal .modal-body .no-collections .create-first-collection-btn:hover:not(:disabled){background:#1f2937;transform:none}.collection-modal .modal-body .no-collections .create-first-collection-btn:active{transform:none}.collection-modal .modal-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-top:1px solid #e5e7eb;flex-shrink:0;background-color:#fff}.collection-modal .modal-footer .cancel-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#111827;border:1px solid #d1d5db;flex:1;padding:12px;border-radius:0}.collection-modal .modal-footer .cancel-button:disabled{cursor:not-allowed;opacity:.6}.collection-modal .modal-footer .cancel-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.collection-modal .modal-footer .add-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;box-shadow:none;flex:1;padding:12px;border-radius:0}.collection-modal .modal-footer .add-button:disabled{cursor:not-allowed;opacity:.6}.collection-modal .modal-footer .add-button:hover:not(:disabled){background:#1f2937;transform:none}.collection-modal .modal-footer .add-button:active{transform:none}.collection-modal .modal-footer .add-button:disabled{background-color:#f9fafb;color:#4b5563;cursor:not-allowed}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.collection-modal{height:80vh;max-height:80vh;min-height:70vh}.collection-modal .modal-body{padding:12px 12px 16px}.collection-modal .modal-header,.collection-modal .modal-footer{padding:12px 16px}}@media (min-width: 1024px){.collection-modal{left:50%;right:auto;transform:translate(-50%);width:800px;max-width:800px;height:70vh;max-height:70vh;min-height:50vh;border-radius:0;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}}.home-container{display:flex;flex-direction:column;background-color:#fff;max-width:800px;margin:0 auto;padding:80px 16px 160px;min-height:100vh}@media (max-width: 768px){.home-container{padding:0 12px}}@media (max-width: 480px){.home-container{padding:0 8px 180px}}@media (max-width: 768px){.home-container{padding-top:70px}}@media (max-width: 480px){.home-container{padding-top:60px}}.intro-section{display:flex;align-items:center;justify-content:space-between;padding:8px;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:8px}@media (max-width: 480px){.intro-section{flex-direction:column;align-items:flex-start;gap:4px}}.intro-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;margin:0;flex:1;min-width:0;word-wrap:break-word}@media (max-width: 480px){.intro-text{flex:none;width:100%}}.about-link{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;color:#111827;text-decoration:none;display:flex;align-items:center;justify-content:flex-start;white-space:nowrap;flex-shrink:0}.about-link:hover{text-decoration:underline}@media (max-width: 480px){.about-link{align-self:flex-end}}.questions-container{padding:16px;display:flex;flex-direction:column;gap:8px}@media (max-width: 768px){.questions-container{padding:12px}}@media (max-width: 480px){.questions-container{padding:8px;gap:4px}}.loading-message,.error-message,.no-content-message{text-align:center;padding:24px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827}.load-more-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;padding:12px 24px;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;box-shadow:none;border-radius:0;margin:8px auto 0;display:block}.load-more-button:disabled{cursor:not-allowed;opacity:.6}.load-more-button:hover:not(:disabled){background:#1f2937;transform:none}.load-more-button:active{transform:none}@media (max-width: 768px){.load-more-button{margin:8px auto 48px}}@media (max-width: 480px){.load-more-button{margin:8px auto 64px}}.submit-container{padding:16px;background-color:#fff;border-radius:8px;max-width:600px;margin:20px auto;box-shadow:0 1px 3px #0000001a}.submit-container .submit-title{font-size:20px;font-weight:600;margin-bottom:16px;color:#333}.submit-container .submit-form{display:flex;flex-direction:column}.submit-container .submit-form .submit-input{padding:12px;margin-bottom:12px;border:1px solid #e0e0e0;border-radius:4px;width:100%;font-size:16px}.submit-container .submit-form .submit-input:focus{outline:none;border-color:#676fff;box-shadow:0 0 0 2px #676fff33}.submit-container .submit-form .submit-input::placeholder{color:#999}.submit-container .submit-form .submit-button{margin-top:16px;padding:12px;background-color:#676fff;color:#fff;border:none;border-radius:0;cursor:pointer;font-weight:500;font-size:16px;transition:background-color .2s ease}.submit-container .submit-form .submit-button:hover{background-color:#5258cc}.submit-container .submit-form .submit-button:active{background-color:#4247b3}.restaurant-card{width:100%;padding:16px 0;display:flex;flex-direction:column;border-bottom:2px solid rgba(224,224,224,.8)}.restaurant-card .restaurant-image{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:12px}.restaurant-card .restro{display:flex;justify-content:space-between;align-items:center}.restaurant-card h3{font-family:Helvetica,sans-serif;font-weight:600;font-size:18px;margin:0;color:#333}.restaurant-card .follow-button{display:flex;align-items:center;gap:6px;background:#fff;color:#000;border:1px solid #ccc;padding:8px 14px;border-radius:0;font-size:14px;cursor:pointer;transition:all .3s ease}.restaurant-card .follow-button .plus-icon{width:10px;height:10px}.restaurant-card .follow-button:hover{background:#0056b3;color:#fff;border-color:#0056b3}.restaurant-card .follow-button:hover .plus-icon{filter:brightness(0) invert(1)}.restaurant-card .place{font-size:14px;color:#666;margin:4px 0 0;text-decoration:underline;display:flex;align-items:center;gap:4px}.restaurant-card .place .navigate-icon{width:13px;height:13px}.restaurant-card p{font-size:14px;color:#000;margin:4px 0 0}.follow-btn{width:100%;height:30px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:4px 16px;background-color:#fff;color:#000;font-size:10px;text-align:left}.follow-btn:hover{background-color:#f5f5f5}.question-detail{width:100%;display:flex;flex-direction:column;align-items:center;padding-bottom:10%}.question-detail .question-container{width:100%;background-color:#fff;padding:24px;position:relative;margin-bottom:24px}.question-detail .question-container h2{font-family:Helvetica,sans-serif;font-weight:400;font-size:42px;line-height:100%;letter-spacing:0px;color:#000;text-align:left;margin-bottom:16px}.question-detail .question-container .copy-link{position:absolute;bottom:16px;right:16px}.question-detail .question-container .copy-link .icon-btn{display:flex;align-items:center;background-color:transparent;border:none;color:#000;cursor:pointer;padding:0;font-size:16px}.question-detail .question-container .copy-link .icon-btn .copy-icon{width:20px;height:20px;margin-right:8px}.question-detail .question-container .copy-link .icon-btn:hover{opacity:.7}.question-detail .cards-container{width:100%;padding:24px;max-height:400px;overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:none;-ms-overflow-style:none}.question-detail .cards-container::-webkit-scrollbar{display:none}.page-bg{background-color:#f0edea}.profile-container{width:100%;padding:24px 24px 10%;display:flex;flex-direction:column;align-items:left}.profile-container .profile-picture{width:89px;height:89px;border-radius:52.86px;object-fit:cover}.profile-container .profile-id{margin-top:8px;font-size:16px;font-weight:600;color:#333;padding-left:10px}.myplace-container{width:100%;height:52px;display:flex;justify-content:space-between;align-items:center;margin-top:2%;margin-bottom:2%;padding:12px 4px 12px 16px;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1)}.myplace-container .myplace-text{font-size:16px;font-weight:600;color:#333}.myplace-container .arrow-icon{width:18px;height:18px}.past-question-card{width:100%;padding-top:16px;display:flex;flex-direction:column;justify-content:space-between;border-bottom:2px solid rgba(0,0,0,.1)}.past-question-card h3{font-family:Helvetica,sans-serif;font-weight:400;font-size:24px;line-height:100%;letter-spacing:0px;margin:0;color:#000}.past-question-card .bottom-section{display:flex;justify-content:flex-end;align-items:center;margin-bottom:12px}.past-question-card .bottom-section .link{display:flex;align-items:center;justify-content:center;text-decoration:none}.past-question-card .bottom-section .link:hover{color:#a5f5b4}.past-question-card .bottom-section .link .arrow-icon{width:20px;height:20px}.the-link{text-decoration:none}.past-edition-section{padding:2% 1% 4%;background-color:#f1efed}.past-edition-section .edition-banner{padding:5% 7% 0;display:flex;justify-content:space-between;align-items:center;opacity:.6;color:#000;background-color:transparent;font-size:14px;font-weight:600}.past-edition-section .cards-container{display:flex;flex-direction:column;overflow-x:auto;padding:16px;scrollbar-width:none;background-color:#f1efed}.past-edition-section .show-all-container{display:flex;justify-content:center;align-items:center;width:100%}.past-edition-section .show-all-container .show-all-btn{width:100%;padding:5px;color:#000;font-weight:600;display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:background-color .3s ease}.past-edition-section .show-all-container .arrow-icon{width:14px;height:14px;margin-left:6px;transition:transform .3s ease}.restaurant-locator{padding:20px;max-width:1200px;margin:20px auto;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.restaurant-locator h4{text-align:center;margin-bottom:20px;color:#333;font-size:1.2rem;font-weight:600}.restaurant-locator .input-box{width:100%;padding:16px;font-size:16px;border:2px solid #e0e0e0;border-radius:8px;margin-bottom:20px;outline:none;transition:all .3s ease;background-color:#fff;box-shadow:0 2px 4px #0000000d}.restaurant-locator .input-box:focus{border-color:#000;box-shadow:0 2px 8px #0000001a}.restaurant-locator .input-box::placeholder{color:#999}.restaurant-locator .selected-info{margin-top:20px;text-align:center;padding:15px;background-color:#f8f8f8;border-radius:8px}.restaurant-locator .selected-info h4{color:#333;margin-bottom:15px;font-size:1.1rem;font-weight:500}.restaurant-locator .selected-info .save-btn{background-color:#000;color:#fff;padding:12px 30px;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:120px}.restaurant-locator .selected-info .save-btn:hover{background-color:#333;transform:translateY(-1px)}.restaurant-locator .selected-info .save-btn:disabled{background-color:#4caf50;cursor:not-allowed;transform:none}@media (max-width: 768px){.restaurant-locator{padding:15px;margin:10px}.restaurant-locator h4{font-size:1.1rem}.restaurant-locator .input-box{padding:12px;font-size:14px}.restaurant-locator .selected-info{padding:12px}.restaurant-locator .selected-info h4{font-size:1rem}.restaurant-locator .selected-info .save-btn{padding:10px 20px;font-size:14px}}.restro-card{width:100%;border-bottom:1px dashed #ccc;padding:20px 0 15px;box-sizing:border-box;display:flex;flex-direction:column;position:relative}.restro-card .restro-main-content{display:flex;width:100%}.restro-card .restro-image-section{display:flex;flex-direction:column;width:150px;flex-shrink:0}.restro-card .restro-image-section .restro-image{width:150px;height:150px;object-fit:cover;display:block}.restro-card .restro-image-section .restro-image-placeholder{width:150px;height:150px;background-color:#f0f0f0;display:flex;justify-content:center;align-items:center}.restro-card .restro-image-section .restro-image-placeholder span{font-size:28px;font-weight:700;color:#999}.restro-card .restro-content{flex:1;display:flex;flex-direction:column;margin-left:12px}.restro-card .restro-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.restro-card .restro-header .restro-info{flex:1;min-width:0}.restro-card .restro-header .restro-name{font-size:18px;font-weight:600;color:#333;margin:0 0 4px}.restro-card .restro-header .restro-location{font-size:14px;color:#666;margin:0}.restro-card .restro-header .delete-btn{background:none;border:none;padding:0;font-size:14px;font-weight:500;color:#d73a31;text-decoration:underline;cursor:pointer;text-align:right;flex-shrink:0}.restro-card .restro-header .delete-btn:hover{background-color:#ff3b301a;padding:2px 4px;border-radius:2px}.restro-card .restro-header .delete-btn.undo-delete{color:#171717}.restro-card .restro-header .delete-btn.undo-delete:hover{background-color:#1717171a}.restro-card .restro-actions{display:flex;flex-direction:column;align-items:flex-start;margin-top:12px}.restro-card .restro-actions .link-btn{background:none;border:none;padding:0;margin-bottom:8px;font-size:14px;font-weight:500;color:#000;text-decoration:underline;cursor:pointer;text-align:left}.restro-card .restro-actions .link-btn:hover{color:#666}.restro-card .restro-description{margin-top:8px;font-size:13px;color:#666;line-height:1.4}.restro-card .restro-tags-section{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;margin-top:8px;width:100%}.restro-card .restro-tags-section .restro-tags{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.restro-card .restro-tags-section .restro-tags .restro-tag{background-color:#f0f0f0;color:#333;padding:4px 8px;border-radius:0;font-size:12px;font-weight:500;text-transform:capitalize;border:1px solid #e0e0e0}@media (max-width: 768px){.restro-card{padding:16px 0 25px}.restro-card .restro-main-content{flex-direction:row}.restro-card .restro-image-section{width:120px}.restro-card .restro-image-section .restro-image,.restro-card .restro-image-section .restro-image-placeholder{width:120px;height:120px}.restro-card .restro-content{margin-left:8px}.restro-card .restro-header .delete-btn{font-size:13px}.restro-card .restro-header .delete-btn.undo-delete{color:#171717}.restro-card .restro-name{font-size:16px}.restro-card .restro-location{font-size:13px}.restro-card .restro-actions{margin-top:6px}.restro-card .restro-actions .link-btn{font-size:13px}.restro-card .restro-tags-section{margin-top:10px}.restro-card .restro-tags-section .restro-tags .restro-tag{padding:3px 6px;font-size:11px}}@media (max-width: 480px){.restro-card{padding:12px 0 20px}.restro-card .restro-main-content{flex-direction:row}.restro-card .restro-image-section{width:100px}.restro-card .restro-image-section .restro-image,.restro-card .restro-image-section .restro-image-placeholder{width:100px;height:100px}.restro-card .restro-content{margin-left:6px}.restro-card .restro-header .delete-btn{font-size:12px}.restro-card .restro-header .delete-btn.undo-delete{color:#171717}.restro-card .restro-name{font-size:15px}.restro-card .restro-location,.restro-card .restro-actions .link-btn{font-size:12px}.restro-card .restro-tags-section .restro-tags .restro-tag{padding:2px 5px;font-size:10px}}.merchant-collection-page{background-color:#fff;max-width:800px;margin:0 auto;padding:0 16px 160px;min-height:100vh}@media (max-width: 768px){.merchant-collection-page{padding:0 12px}}@media (max-width: 480px){.merchant-collection-page{padding:0 8px 180px}}.merchant-collection-page .collection-header{display:flex;flex-direction:column;padding:20px 16px;border-bottom:1px solid #e5e7eb}.merchant-collection-page .collection-header .title-section h1{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:32px;font-weight:700;line-height:1.25;color:#111827;margin:0 0 8px}.merchant-collection-page .collection-header .title-section .place-count{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563;margin-bottom:8px}.merchant-collection-page .collection-header .actions-section{display:flex;align-items:center;justify-content:flex-start;justify-content:flex-end;gap:20px}.merchant-collection-page .collection-header .actions-section .edit-btn,.merchant-collection-page .collection-header .actions-section .share-btn{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:#111827;border:1px solid #d1d5db;border-radius:0;padding:0;background:none;border:none;text-decoration:underline}.merchant-collection-page .collection-header .actions-section .edit-btn:disabled,.merchant-collection-page .collection-header .actions-section .share-btn:disabled{cursor:not-allowed;opacity:.6}.merchant-collection-page .collection-header .actions-section .edit-btn:hover:not(:disabled),.merchant-collection-page .collection-header .actions-section .share-btn:hover:not(:disabled){background:#f9fafb}.merchant-collection-page .collection-header .actions-section .edit-btn:hover,.merchant-collection-page .collection-header .actions-section .share-btn:hover{opacity:.8}.merchant-collection-page .login-prompt{text-align:center;margin:40px 0}.merchant-collection-page .login-prompt p{margin-bottom:16px}.merchant-collection-page .login-prompt button{padding:8px 16px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.merchant-collection-page .login-prompt button:hover{background-color:#0056b3}.merchant-collection-page .loading,.merchant-collection-page .error-message,.merchant-collection-page .empty-message{text-align:center;padding:30px 0;color:#666}.merchant-collection-page .error-message{color:#dc3545}.merchant-collection-page .merchants-list{padding:0 16px}.merchant-collection-page .merchants-list .merchant-item{margin:0;padding:0;border-bottom:none}.merchant-collection-page .merchants-list .merchant-item:last-child{margin-bottom:0}.merchant-collection-page .merchants-list .merchant-item .merchant-card{display:flex;flex-direction:column}.merchant-collection-page .merchants-list .merchant-item .merchant-card .merchant-image{width:100%;height:200px;background-color:#eee;margin-bottom:12px;overflow:hidden}.merchant-collection-page .merchants-list .merchant-item .merchant-card .merchant-image img{width:100%;height:100%;object-fit:cover}.merchant-collection-page .merchants-list .merchant-item .merchant-card .merchant-image .placeholder-image{width:100%;height:100%;background-color:#e0e0e0}.merchant-collection-page .merchants-list .merchant-item .merchant-card .merchant-details .merchant-name{font-size:18px;font-weight:600;margin:0 0 8px}.merchant-collection-page .merchants-list .merchant-item .merchant-card .merchant-details .merchant-description{font-size:14px;color:#666;margin-bottom:12px}.merchant-collection-page .merchants-list .merchant-item .merchant-card .merchant-details .map-link{display:block;color:#000;text-decoration:underline;margin-bottom:12px;font-size:14px;font-weight:500}.merchant-collection-page .merchants-list .merchant-item .merchant-card .merchant-details .add-note-btn{background:none;border:none;padding:0;font-size:14px;font-weight:500;color:#000;text-decoration:underline;cursor:pointer;text-align:left;margin-bottom:8px}@media (min-width: 768px){.merchant-collection-page .merchants-list .merchant-item .merchant-card{flex-direction:row;gap:16px}.merchant-collection-page .merchants-list .merchant-item .merchant-card .merchant-image{width:250px;height:180px;margin-bottom:0}.merchant-collection-page .merchants-list .merchant-item .merchant-card .merchant-details{flex:1}}.floating-action-button{font-size:18px;font-weight:400;line-height:1.625;color:#111827;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;border:none;position:fixed;bottom:74px;left:50%;transform:translate(-50%);z-index:1029;background-color:#000!important;color:#fff!important;border:1px solid #000000;border-radius:0;padding:16px 32px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;white-space:nowrap;min-width:180px}@media (max-width: 480px){.floating-action-button{bottom:74px;min-width:160px;padding:12px 24px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827}}.floating-action-button:hover:not(:disabled){background-color:#1f2937!important;color:#fff!important;transform:translate(-50%) translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.floating-action-button:active{background-color:#111827!important;color:#fff!important;transform:translate(-50%) translateY(0);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.floating-action-button:disabled{background-color:#4b5563!important;color:#9ca3af!important;cursor:not-allowed;transform:translate(-50%);box-shadow:none}.profile-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;background-color:#fff}.profile-section .profile-avatar{margin-bottom:20px}.profile-section .profile-avatar .avatar-circle{width:80px;height:80px;border-radius:50%;background-color:#9b9be8;display:flex;align-items:center;justify-content:center}.profile-section .profile-info{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:24px}.profile-section .profile-info .username{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:28px;font-weight:600;line-height:1.25;margin:0;color:#111827}.profile-section .profile-stats{display:flex;align-items:center;justify-content:center}.profile-section .profile-stats .stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center}.profile-section .profile-stats .stat-item .stat-value{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:32px;font-weight:700;line-height:1.25;margin:0 0 4px;color:#111827}.profile-section .profile-stats .stat-item .stat-label{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563}@media (max-width: 480px){.profile-section{padding:24px 12px}}.collection-search-bar{padding:16px 16px 20px;background-color:#fff;border-bottom:1px solid #000000}.collection-search-bar .search-input-wrapper{position:relative;display:flex;align-items:center}.collection-search-bar .search-input-wrapper .search-icon{position:absolute;left:16px;width:20px;height:20px;z-index:1;opacity:.6}.collection-search-bar .search-input-wrapper .search-input{background:#fff;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;width:100%;padding:16px 16px 16px 44px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;line-height:1.5;color:#111827;font-size:16px}.collection-search-bar .search-input-wrapper .search-input::placeholder{color:#6b7280}.collection-search-bar .search-input-wrapper .search-input:focus{outline:none;border-color:#7c7ce0;box-shadow:0 0 0 3px #7c7ce01a}.collection-search-bar .search-input-wrapper .search-input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.collection-search-bar .search-input-wrapper .search-input::placeholder{color:#6b7280;font-size:16px}.collection-search-bar .search-input-wrapper .search-input:focus{outline:none;border-color:#d1d5db;background-color:#fff;box-shadow:0 0 0 1px #d1d5db}.collection-search-bar .search-input-wrapper .clear-search-btn{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.collection-search-bar .search-input-wrapper .clear-search-btn img{width:16px;height:16px;opacity:.6}.collection-search-bar .search-input-wrapper .clear-search-btn:hover img{opacity:1}@media (max-width: 480px){.collection-search-bar{padding:12px 12px 16px}.collection-search-bar .search-input-wrapper .search-input{padding:12px 12px 12px 40px}}.welcome-login-card{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:24px 16px}@media (max-width: 639px){.welcome-login-card{min-height:50vh;padding:16px 12px}}.welcome-content{background:#fff;border-radius:16px;border:none;box-shadow:none;padding:32px;max-width:500px;width:100%;text-align:center}@media (max-width: 639px){.welcome-content{padding:24px;margin:0 12px}}.welcome-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;color:#111827;margin-bottom:32px;line-height:1.625}@media (max-width: 639px){.welcome-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827;margin-bottom:24px}}.collection-creation-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000}.collection-creation-modal .modal-content{position:relative;background:#fff;width:90%;max-width:400px;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden}@media (max-width: 639px){.collection-creation-modal .modal-content{width:95%;margin:16px}}.collection-creation-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.collection-creation-modal .modal-header .modal-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;line-height:1.5;color:#111827;margin:0;font-weight:600}.collection-creation-modal .modal-header .close-button{background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:#4b5563;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.collection-creation-modal .modal-header .close-button:hover{color:#111827;transform:scale(1.1)}.collection-creation-modal .modal-header .close-button:focus{outline:none;color:#111827}@media (max-width: 639px){.collection-creation-modal .modal-header{padding:16px 20px}.collection-creation-modal .modal-header .modal-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827;font-weight:600}.collection-creation-modal .modal-header .close-button{font-size:24px;width:28px;height:28px}}.collection-creation-modal .input-section{padding:24px}.collection-creation-modal .input-section .name-input{background:#fff;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;width:100%;padding:16px;margin-bottom:8px;border:1px solid #e5e7eb;border-radius:4px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;transition:all .2s ease-in-out}.collection-creation-modal .input-section .name-input:focus{outline:none;border-color:#7c7ce0;box-shadow:0 0 0 3px #7c7ce01a}.collection-creation-modal .input-section .name-input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.collection-creation-modal .input-section .name-input::placeholder{color:#6b7280}.collection-creation-modal .input-section .name-input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 1px #111827}.collection-creation-modal .input-section .name-input:disabled{background-color:#f9fafb;color:#4b5563;cursor:not-allowed}.collection-creation-modal .input-section .character-counter{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;margin-bottom:12px}.collection-creation-modal .input-section .error-message{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;color:#dc2626;margin-top:8px;padding:8px 0}@media (max-width: 639px){.collection-creation-modal .input-section{padding:20px}.collection-creation-modal .input-section .name-input{padding:12px}}.collection-creation-modal .modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 24px 24px}.collection-creation-modal .modal-actions .cancel-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;border:none;cursor:pointer;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:1;padding:16px 20px;background-color:transparent;color:#111827;border:1px solid #d1d5db;border-radius:0;font-weight:500;transition:all .2s ease-in-out}.collection-creation-modal .modal-actions .cancel-button:disabled{cursor:not-allowed;opacity:.6}.collection-creation-modal .modal-actions .cancel-button:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.collection-creation-modal .modal-actions .cancel-button:disabled{opacity:.6;cursor:not-allowed}.collection-creation-modal .modal-actions .create-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:1;padding:16px 20px;background:#000!important;color:#fff!important;border:none;border-radius:0;font-weight:500;transition:all .2s ease-in-out}.collection-creation-modal .modal-actions .create-button:disabled{cursor:not-allowed;opacity:.6}.collection-creation-modal .modal-actions .create-button:hover:not(:disabled){background:#1f2937!important;color:#fff!important}.collection-creation-modal .modal-actions .create-button:disabled{background:#9ca3af!important;color:#fff!important;opacity:.8;cursor:not-allowed}@media (max-width: 639px){.collection-creation-modal .modal-actions{padding:0 20px 20px}.collection-creation-modal .modal-actions .cancel-button,.collection-creation-modal .modal-actions .create-button{padding:12px 16px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827}}.collection-creation-modal{animation:modalFadeIn .2s ease-out}.collection-creation-modal .modal-content{animation:modalSlideIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.collections-container{background-color:#fff;max-width:800px;margin:0 auto;padding:0 16px 160px;min-height:100vh;padding-bottom:180px!important;padding-top:80px}@media (max-width: 768px){.collections-container{padding:0 12px}}@media (max-width: 480px){.collections-container{padding:0 8px 180px}}@media (max-width: 768px){.collections-container{padding-top:70px}}.collections-container .loading{display:flex;align-items:center;justify-content:center;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827;color:#4b5563;height:200px}.collections-container .error-message{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;background-color:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#d73a31;margin:16px;padding:12px;border-radius:8px;text-align:center}.collections-container .collections-content{padding:8px 16px 24px}.collections-container .collections-content .collections-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px 0}.collections-container .collections-content .collections-header .header-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;font-weight:600;color:#111827;letter-spacing:.5px;text-transform:uppercase}.collections-container .collections-content .collections-header .edit-mode-button{cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:1px solid #d1d5db;border-radius:0;font-size:18px;font-weight:400;line-height:1.625;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;color:#111827;border:none;padding:12px 20px;text-decoration:underline}.collections-container .collections-content .collections-header .edit-mode-button:disabled{cursor:not-allowed;opacity:.6}.collections-container .collections-content .collections-header .edit-mode-button:hover:not(:disabled){background:#f9fafb}.collections-container .collections-content .collections-header .edit-mode-button:hover{background-color:#f9fafb}.collections-container .collections-content .no-results{display:flex;align-items:center;justify-content:center;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827;color:#4b5563;height:120px;text-align:center}.collections-container .collections-content .no-collections{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:32px 16px;text-align:center}.collections-container .collections-content .no-collections p{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827;color:#4b5563;margin:0}.collections-container .collections-content .collections-list{display:flex;flex-direction:column;gap:0}.collections-container .collections-content .create-collection-container{margin-top:24px;display:flex;align-items:center;justify-content:center}.collections-container .collections-content .create-collection-container .create-collection-button{transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;box-shadow:none;border-radius:0;width:100%;max-width:320px;padding:16px 24px;background-color:#111827;color:#fff;border:none;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:15px;font-weight:500;text-align:center;cursor:pointer;transition:background-color .2s ease}.collections-container .collections-content .create-collection-container .create-collection-button:disabled{cursor:not-allowed;opacity:.6}.collections-container .collections-content .create-collection-container .create-collection-button:hover:not(:disabled){background:#1f2937;transform:none}.collections-container .collections-content .create-collection-container .create-collection-button:active{transform:none}.collections-container .collections-content .create-collection-container .create-collection-button:hover{background-color:#4b5563}.collection-card{background-color:#f4f4f4b3;border:none;border-bottom:1.5px dashed #000000;border-radius:0;overflow:hidden}.collection-card .collection-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;gap:16px}.collection-card .collection-header .collection-info{flex:1;min-width:0}.collection-card .collection-header .collection-info .collection-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;font-weight:600;color:#111827;margin:0 0 4px;word-break:break-word}.collection-card .collection-header .collection-info .collection-meta{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563;margin:0 0 8px}.collection-card .collection-header .collection-info .collection-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#6b7280;margin:0;line-height:1.4}.collection-card .collection-header .collection-actions{display:flex;gap:8px;flex-shrink:0;align-items:center}.collection-card .collection-header .collection-actions .collection-arrow{width:20px;height:20px;opacity:1;cursor:pointer;transition:opacity .2s ease}.collection-card .collection-header .collection-actions .collection-arrow:hover{opacity:.6}.collection-card .collection-header .collection-actions .action-btn{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:#111827;border:1px solid #d1d5db;border-radius:0;padding:4px 12px;font-size:13px;font-weight:500;border:none;text-decoration:underline}.collection-card .collection-header .collection-actions .action-btn:disabled{cursor:not-allowed;opacity:.6}.collection-card .collection-header .collection-actions .action-btn:hover:not(:disabled){background:#f9fafb}.collection-card .collection-header .collection-actions .action-btn.manage-btn{color:#7c7ce0}.collection-card .collection-header .collection-actions .action-btn.manage-btn:hover{background-color:#7c7ce01a}.collection-card .collection-header .collection-actions .action-btn.view-btn{color:#111827}.collection-card .collection-header .collection-actions .action-btn.view-btn:hover{background-color:#f9fafb}.collection-card .collection-header .collection-actions .action-btn.delete-btn{color:#d73a31}.collection-card .collection-header .collection-actions .action-btn.delete-btn:hover{background-color:#ff3b301a}.restaurant-manager{border-top:1px solid #e5e7eb;padding:16px 20px;background-color:#f9fafb80}.restaurant-manager .manager-section:not(:last-child){margin-bottom:20px}.restaurant-manager .manager-section h4{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;font-weight:600;color:#111827;margin:0 0 12px}.restaurant-manager .manager-section .no-items{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563;font-style:italic;margin:0}.restaurant-manager .manager-section .restaurant-list{display:flex;flex-direction:column;gap:8px}.restaurant-manager .manager-section .restaurant-list .restaurant-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px}.restaurant-manager .manager-section .restaurant-list .restaurant-item .restaurant-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.restaurant-manager .manager-section .restaurant-list .restaurant-item .add-btn{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;box-shadow:none;border-radius:0;padding:4px 12px;font-size:12px;background-color:#7c7ce0;color:#fff}.restaurant-manager .manager-section .restaurant-list .restaurant-item .add-btn:disabled{cursor:not-allowed;opacity:.6}.restaurant-manager .manager-section .restaurant-list .restaurant-item .add-btn:hover:not(:disabled){background:#1f2937;transform:none}.restaurant-manager .manager-section .restaurant-list .restaurant-item .add-btn:active{transform:none}.restaurant-manager .manager-section .restaurant-list .restaurant-item .remove-btn{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:#111827;border:1px solid #d1d5db;border-radius:0;padding:4px 12px;font-size:12px;color:#d73a31;border-color:#d73a31}.restaurant-manager .manager-section .restaurant-list .restaurant-item .remove-btn:disabled{cursor:not-allowed;opacity:.6}.restaurant-manager .manager-section .restaurant-list .restaurant-item .remove-btn:hover:not(:disabled){background:#f9fafb}.restaurant-manager .manager-section .restaurant-list .restaurant-item .remove-btn:hover{background-color:#ff3b301a}.shared-collection-section{margin-bottom:24px}.shared-collection-section .shared-collection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:8px 0}.shared-collection-section .shared-collection-header h3{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;font-weight:600;color:#111827;margin:0;display:flex;align-items:center;gap:8px}.shared-collection-section .shared-collection-header .dismiss-shared-btn{background:none;border:none;font-size:18px;color:#4b5563;cursor:pointer;padding:4px;border-radius:4px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.shared-collection-section .shared-collection-header .dismiss-shared-btn:hover{background-color:#f9fafb;color:#111827}.shared-collection-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:0;overflow:hidden}.shared-collection-card.loading{display:flex;align-items:center;justify-content:center;padding:32px}.shared-collection-card.loading .loading-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563}.shared-collection-card .collection-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;gap:16px;border-bottom:1px solid #e5e7eb}.shared-collection-card .collection-header .collection-info{flex:1;min-width:0}.shared-collection-card .collection-header .collection-info .collection-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;font-weight:600;color:#111827;margin:0 0 4px;word-break:break-word}.shared-collection-card .collection-header .collection-info .collection-meta{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563;margin:0 0 8px}.shared-collection-card .collection-header .collection-info .collection-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#6b7280;margin:0 0 8px;line-height:1.4}.shared-collection-card .collection-header .collection-info .shared-by{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;font-weight:500;margin:0}.shared-collection-card .collection-header .collection-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.shared-collection-card .collection-header .collection-actions .copy-collection-btn{cursor:pointer;transition:all .2s ease-in-out;font-size:16px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;box-shadow:none;border-radius:0;padding:8px 12px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;font-weight:500;background-color:#111827;color:#fff;border:none}.shared-collection-card .collection-header .collection-actions .copy-collection-btn:disabled{cursor:not-allowed;opacity:.6}.shared-collection-card .collection-header .collection-actions .copy-collection-btn:hover:not(:disabled){background:#1f2937;transform:none}.shared-collection-card .collection-header .collection-actions .copy-collection-btn:active{transform:none}.shared-collection-card .collection-header .collection-actions .copy-collection-btn:hover:not(:disabled){background-color:#4b5563}.shared-collection-card .collection-header .collection-actions .copy-collection-btn:disabled{opacity:.6;cursor:not-allowed;background-color:#4b5563;color:#fff}.shared-collection-card .collection-header .collection-actions .collection-arrow{width:20px;height:20px;opacity:1;cursor:pointer;transition:opacity .2s ease}.shared-collection-card .collection-header .collection-actions .collection-arrow:hover{opacity:.6}.shared-collection-card .restaurants-preview{border-top:1px solid #e5e7eb}.shared-collection-card .restaurants-preview .restaurants-container{padding:16px 20px 8px;display:flex;flex-direction:column;gap:0}.shared-collection-card .restaurants-preview .view-more-section{padding:0 20px 12px;display:flex;align-items:center;justify-content:center}.shared-collection-card .restaurants-preview .view-more-section .view-more-btn{border:none;cursor:pointer;transition:all .2s ease-in-out;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:1px solid #d1d5db;border-radius:0;padding:8px 16px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;font-weight:500;color:#111827;text-decoration:underline}.shared-collection-card .restaurants-preview .view-more-section .view-more-btn:disabled{cursor:not-allowed;opacity:.6}.shared-collection-card .restaurants-preview .view-more-section .view-more-btn:hover:not(:disabled){background:#f9fafb}.shared-collection-card .restaurants-preview .view-more-section .view-more-btn:hover{background-color:#f9fafb}.shared-collection-card .shared-restaurant-item{width:100%;padding:16px 0;display:flex;flex-direction:column;border-bottom:2px solid rgba(224,224,224,.8)}.shared-collection-card .shared-restaurant-item .restaurant-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.shared-collection-card .shared-restaurant-item .restaurant-info .restaurant-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;font-weight:600;color:#111827;margin:0;flex:1}.shared-collection-card .shared-restaurant-item .restaurant-info .add-button{display:flex;justify-content:flex-start;align-items:center;gap:4px;background:transparent;color:#111827;border:1px solid #000000;padding:4px 12px;border-radius:0;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;font-size:13px;cursor:pointer;transition:all .2s ease-in-out}.shared-collection-card .shared-restaurant-item .restaurant-info .add-button .plus-icon{width:10px;height:10px}.shared-collection-card .shared-restaurant-item .restaurant-info .add-button:hover{background:#f9fafb}.shared-collection-card .shared-restaurant-item .restaurant-place{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563;text-decoration:underline;display:flex;justify-content:flex-start;align-items:center;gap:4px;cursor:pointer}.shared-collection-card .shared-restaurant-item .restaurant-place .navigate-icon{width:13px;height:13px}.shared-collection-card .shared-restaurant-item .restaurant-place:hover{color:#111827}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-overlay .modal-content{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;background-color:#fff;border:2px solid #000000;border-radius:8px;width:100%;max-width:400px;max-height:90vh;overflow-y:auto}.modal-overlay .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb}.modal-overlay .modal-content .modal-header h2{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;font-weight:600;color:#111827;margin:0}.modal-overlay .modal-content .modal-header .close-button{background:none;border:none;font-size:24px;color:#4b5563;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.modal-overlay .modal-content .modal-header .close-button:hover{color:#111827}.modal-overlay .modal-content .modal-body{padding:16px 20px}.modal-overlay .modal-content .modal-body p{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;margin:0 0 8px}.modal-overlay .modal-content .modal-body p.warning{color:#d73a31;font-style:italic;margin:0}.modal-overlay .modal-content .modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-top:1px solid #e5e7eb}.modal-overlay .modal-content .modal-actions .cancel-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:#111827;border:1px solid #d1d5db;border-radius:0;flex:1;padding:12px}.modal-overlay .modal-content .modal-actions .cancel-button:disabled{cursor:not-allowed;opacity:.6}.modal-overlay .modal-content .modal-actions .cancel-button:hover:not(:disabled){background:#f9fafb}.modal-overlay .modal-content .modal-actions .cancel-button:disabled{opacity:.6;cursor:not-allowed}.modal-overlay .modal-content .modal-actions .delete-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;box-shadow:none;border-radius:0;flex:1;padding:12px;background-color:#d73a31;color:#fff}.modal-overlay .modal-content .modal-actions .delete-button:disabled{cursor:not-allowed;opacity:.6}.modal-overlay .modal-content .modal-actions .delete-button:hover:not(:disabled){background:#1f2937;transform:none}.modal-overlay .modal-content .modal-actions .delete-button:active{transform:none}.modal-overlay .modal-content .modal-actions .delete-button:hover:not(:disabled){background-color:#b8322a}.modal-overlay .modal-content .modal-actions .delete-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 639px){.collections-container{padding-top:60px}.collections-container .collections-content{padding:8px 12px 24px}.collections-container .collections-content .collections-header .edit-mode-button{padding:8px 16px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827}.collections-container .collections-content .create-collection-container{margin-top:16px;padding:0 8px}.collections-container .collections-content .create-collection-container .create-collection-button{padding:12px 20px;font-size:14px}.collection-card .collection-header{padding:12px 16px;gap:8px}.collection-card .collection-header .collection-info{flex:1;min-width:0}.collection-card .collection-header .collection-info .collection-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;font-weight:600}.collection-card .collection-header .collection-info .collection-meta{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563}.collection-card .collection-header .collection-info .collection-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;line-height:1.3}.collection-card .collection-header .collection-actions{flex-shrink:0}.collection-card .collection-header .collection-actions .collection-arrow{width:18px;height:18px}.collection-card .collection-header .collection-actions .action-btn{padding:4px 8px;font-size:12px}.restaurant-manager{padding:12px 16px}.restaurant-manager .restaurant-list .restaurant-item{flex-direction:column;align-items:stretch;gap:8px;padding:12px}.restaurant-manager .restaurant-list .restaurant-item .restaurant-name{text-align:center;white-space:normal}.restaurant-manager .restaurant-list .restaurant-item .add-btn,.restaurant-manager .restaurant-list .restaurant-item .remove-btn{align-self:stretch;justify-content:center}.shared-collection-section{margin-bottom:16px}.shared-collection-section .shared-collection-header{padding:8px 12px}.shared-collection-section .shared-collection-header h3{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;font-weight:600}.shared-collection-card .collection-header{padding:12px 16px;gap:8px}.shared-collection-card .collection-header .collection-info .collection-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;font-weight:600}.shared-collection-card .collection-header .collection-info .collection-meta{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563}.shared-collection-card .collection-header .collection-info .collection-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;line-height:1.3}.shared-collection-card .collection-header .collection-info .shared-by{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563}.shared-collection-card .collection-header .collection-actions{gap:8px;flex-direction:column;align-items:flex-end}.shared-collection-card .collection-header .collection-actions .copy-collection-btn{padding:4px 8px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;font-size:11px}.shared-collection-card .collection-header .collection-actions .collection-arrow{width:18px;height:18px}.shared-collection-card .restaurants-preview .restaurants-container{padding:12px 16px 8px;gap:0}.shared-collection-card .restaurants-preview .view-more-section{padding:0 16px 8px}.shared-collection-card .restaurants-preview .view-more-section .view-more-btn{padding:8px 12px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563}.shared-collection-card .shared-restaurant-item{padding:12px 0}.shared-collection-card .shared-restaurant-item .restaurant-info{margin-bottom:4px}.shared-collection-card .shared-restaurant-item .restaurant-info .restaurant-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;font-weight:600}.shared-collection-card .shared-restaurant-item .restaurant-info .add-button{padding:4px 8px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;font-size:12px}.shared-collection-card .shared-restaurant-item .restaurant-info .add-button .plus-icon{width:8px;height:8px}.shared-collection-card .shared-restaurant-item .restaurant-place{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563}.shared-collection-card .shared-restaurant-item .restaurant-place .navigate-icon{width:11px;height:11px}.modal-overlay{padding:8px}.modal-overlay .modal-content .modal-actions{flex-direction:column}.modal-overlay .modal-content .modal-actions .cancel-button,.modal-overlay .modal-content .modal-actions .delete-button{flex:none}}.collection-name-edit{width:100%}.collection-name-edit .collection-name.editable{cursor:pointer;transition:all .2s ease;border:1px dashed #000000;border-radius:4px;padding:4px 8px;margin:-4px -8px}.collection-name-edit .collection-name.editable:hover{border-color:#0056b3;background-color:#007bff0d}.collection-name-edit .collection-name-input{width:100%;font-size:1.2rem;font-weight:600;background:transparent;border:2px solid #007bff;border-radius:4px;padding:4px 8px;margin:0;outline:none;font-family:inherit}.collection-name-edit .collection-name-input:focus{border-color:#0056b3;box-shadow:0 0 0 3px #007bff40}.collection-name-edit .rename-error{color:#dc3545;font-size:.8rem;margin:4px 0 0;font-weight:400}.search-results-section{margin-top:16px}.search-results-section .search-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.search-results-section .search-results-header h3{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827;margin:0}.search-results-section .search-results-header .clear-search-btn{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#111827;border:1px solid #d1d5db;border-radius:0;padding:8px 16px}.search-results-section .search-results-header .clear-search-btn:disabled{cursor:not-allowed;opacity:.6}.search-results-section .search-results-header .clear-search-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.search-results-section .search-results-collection{margin-bottom:24px}.search-results-section .search-results-collection .collection-card{border:2px solid #000000;background-color:#fff}.search-results-section .collections-results{margin-top:24px}.search-results-section .collections-results h4{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827;margin-bottom:16px}.search-results-section .collections-results .collections-list{display:flex;flex-direction:column;gap:0}.search-results-section .no-results{text-align:center;padding:32px;color:#4b5563}.restaurant-search-result{background-color:#f4f4f4b3;border:none;border-bottom:1.5px dashed #000000;border-radius:0;padding:16px 20px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:space-between;align-items:flex-start;gap:16px}.restaurant-search-result:hover{background-color:#f4f4f4e6}.restaurant-search-result:last-child{border-bottom:none}.restaurant-search-result .restaurant-info{flex:1;min-width:0}.restaurant-search-result .restaurant-info .restaurant-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;font-weight:600;color:#111827;margin:0 0 4px;word-break:break-word}.restaurant-search-result .restaurant-info .restaurant-location{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563;margin:0 0 4px}.restaurant-search-result .restaurant-info .restaurant-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#6b7280;margin:0 0 8px;line-height:1.4}.restaurant-search-result .restaurant-info .restaurant-tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.restaurant-search-result .restaurant-info .restaurant-tags .tag{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;background-color:#0000001a;color:#111827;padding:4px 8px;border-radius:4px;font-weight:500}.restaurant-search-result .restaurant-info .restaurant-tags .tag-more{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;font-style:italic}.restaurant-search-result .restaurant-info .containing-collections{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;line-height:1.3}.restaurant-search-result .restaurant-info .containing-collections .collections-label{font-weight:500}.restaurant-search-result .restaurant-info .containing-collections .collection-name{color:#111827}.restaurant-search-result .restaurant-info .containing-collections .collections-more{font-style:italic;color:#6b7280}.restaurant-search-result .restaurant-actions{flex-shrink:0;display:flex;align-items:center}.restaurant-search-result .restaurant-actions .view-arrow{width:20px;height:20px;opacity:1;transition:opacity .2s ease}.restaurant-search-result:hover .restaurant-actions .view-arrow{opacity:.6}.add-place-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}@media (max-width: 639px){.add-place-modal-overlay{padding:8px}}.add-place-modal{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;background-color:#fff;border:2px solid #000000;border-radius:12px;width:100%;max-width:600px;max-height:85vh;min-height:400px;display:flex;flex-direction:column;animation:slideUp .3s ease-out;box-shadow:0 20px 40px #00000026}@media (max-width: 639px){.add-place-modal{max-height:90vh;min-height:300px;border-radius:8px}}.add-place-modal .modal-header{padding:20px 24px 16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}@media (max-width: 639px){.add-place-modal .modal-header{padding:16px 16px 12px}}.add-place-modal .modal-header .modal-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:28px;font-weight:600;line-height:1.25;margin:0;color:#111827}.add-place-modal .modal-header .close-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:#111827;border:1px solid #d1d5db;padding:8px;border-radius:8px}.add-place-modal .modal-header .close-button:disabled{cursor:not-allowed;opacity:.6}.add-place-modal .modal-header .close-button:hover:not(:disabled){background:#f9fafb}.add-place-modal .modal-header .close-button img{width:20px;height:20px;opacity:.6;transition:all .2s ease-in-out}.add-place-modal .modal-header .close-button:hover{background-color:#f9fafb}.add-place-modal .modal-header .close-button:hover img{opacity:1}.add-place-modal .operation-feedback{padding:12px 24px;font-size:14px;font-weight:500;text-align:center;animation:fadeIn .2s ease-out;flex-shrink:0}@media (max-width: 639px){.add-place-modal .operation-feedback{padding:8px 16px}}.add-place-modal .operation-feedback.success{color:#7c7ce0;background-color:#7c7ce01a}.add-place-modal .operation-feedback.error{color:#5d5dd8;background-color:#5d5dd81a}.add-place-modal .search-section{padding:20px 24px 16px;border-bottom:1px solid #e5e7eb;flex-shrink:0}@media (max-width: 639px){.add-place-modal .search-section{padding:16px 16px 12px}}.add-place-modal .search-section .search-input-wrapper{position:relative}.add-place-modal .search-section .search-input-wrapper .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;opacity:.5;pointer-events:none;z-index:2}.add-place-modal .search-section .search-input-wrapper .search-input{border:1px solid #e5e7eb;background:#fff;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;width:100%;padding:12px 16px 12px 40px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;border:1px solid #d1d5db;border-radius:8px;background-color:#f9fafb;transition:all .2s ease-in-out}.add-place-modal .search-section .search-input-wrapper .search-input:focus{outline:none;border-color:#7c7ce0;box-shadow:0 0 0 3px #7c7ce01a}.add-place-modal .search-section .search-input-wrapper .search-input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.add-place-modal .search-section .search-input-wrapper .search-input:focus{border-color:#7c7ce0;background-color:#fff;box-shadow:0 0 0 2px #7c7ce01a}.add-place-modal .search-section .search-input-wrapper .search-input::placeholder{color:#6b7280}.add-place-modal .results-section{flex:1;overflow-y:auto;min-height:0;padding:16px 24px}@media (max-width: 639px){.add-place-modal .results-section{padding:12px 16px}}.add-place-modal .results-section .loading-state{display:flex;align-items:center;justify-content:center;padding:32px;color:#4b5563;font-size:14px}.add-place-modal .results-section .empty-state,.add-place-modal .results-section .no-results-state{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:32px;text-align:center}.add-place-modal .results-section .empty-state p,.add-place-modal .results-section .no-results-state p{margin:0;color:#4b5563}.add-place-modal .results-section .empty-state .empty-message,.add-place-modal .results-section .empty-state .no-results-message,.add-place-modal .results-section .no-results-state .empty-message,.add-place-modal .results-section .no-results-state .no-results-message{font-size:16px;margin-bottom:8px}.add-place-modal .results-section .empty-state .empty-submessage,.add-place-modal .results-section .no-results-state .empty-submessage{font-size:14px;color:#6b7280}.add-place-modal .results-section .empty-state .clear-search-btn,.add-place-modal .results-section .no-results-state .clear-search-btn{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:#111827;border:1px solid #d1d5db;border-radius:0;margin-top:16px;padding:8px 16px;font-size:14px;color:#4b5563}.add-place-modal .results-section .empty-state .clear-search-btn:disabled,.add-place-modal .results-section .no-results-state .clear-search-btn:disabled{cursor:not-allowed;opacity:.6}.add-place-modal .results-section .empty-state .clear-search-btn:hover:not(:disabled),.add-place-modal .results-section .no-results-state .clear-search-btn:hover:not(:disabled){background:#f9fafb}.add-place-modal .results-section .empty-state .clear-search-btn:hover,.add-place-modal .results-section .no-results-state .clear-search-btn:hover{color:#111827;background-color:#f9fafb}.add-place-modal .results-section .results-divider{height:1px;background-color:#e5e7eb;margin:24px 0;opacity:.5}.add-place-modal .results-section .google-results-section{margin-bottom:16px}.add-place-modal .results-section .local-results-section .section-header{margin-top:8px;margin-bottom:16px}.add-place-modal .results-section .local-results-section .section-header h4{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;font-weight:600;color:#111827;margin:0;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.add-place-modal .results-section .results-header{margin-bottom:16px}.add-place-modal .results-section .results-header .results-count{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563}.add-place-modal .results-section .restaurants-list{display:flex;flex-direction:column;gap:0}.add-place-modal .results-section .restaurants-list .restaurant-card{width:100%;border-bottom:1px dashed #ccc;padding:20px 0 15px;box-sizing:border-box;display:flex;flex-direction:column;position:relative;background:none;border-radius:0;box-shadow:none;border-left:none;border-right:none;border-top:none}.add-place-modal .results-section .restaurants-list .restaurant-card:hover{background:none;box-shadow:none;transform:none;border-bottom:1px dashed #ccc}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-main-content{display:flex;width:100%}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-image-section{display:flex;flex-direction:column;width:150px;flex-shrink:0}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-image-section .restro-image{width:150px;height:150px;object-fit:cover;display:block}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-image-section .restro-image-placeholder{width:150px;height:150px;background-color:#f0f0f0;display:flex;justify-content:center;align-items:center}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-image-section .restro-image-placeholder span{font-size:28px;font-weight:700;color:#999}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-content{flex:1;display:flex;flex-direction:column;margin-left:12px}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-header .restro-info{flex:1;min-width:0}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-header .restro-name{font-size:18px;font-weight:600;color:#333;margin:0 0 4px}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-header .restro-location{font-size:14px;color:#666;margin:0}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-header .restaurant-actions{display:flex;align-items:flex-start;flex-shrink:0}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-header .restaurant-actions .add-restaurant-btn{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;border:none;cursor:pointer;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;box-shadow:none;padding:4px 12px;font-size:13px;background-color:transparent;color:#111827;border:1px solid #000000;border-radius:0;font-weight:500;min-width:70px;transition:all .2s ease-in-out}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-header .restaurant-actions .add-restaurant-btn:disabled{cursor:not-allowed;opacity:.6}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-header .restaurant-actions .add-restaurant-btn:hover:not(:disabled){background:#1f2937;transform:none}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-header .restaurant-actions .add-restaurant-btn:active{transform:none}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-header .restaurant-actions .add-restaurant-btn:hover:not(:disabled){background-color:#f9fafb}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-header .restaurant-actions .add-restaurant-btn:disabled{opacity:.6;cursor:not-allowed;background-color:transparent}@media (max-width: 639px){.add-place-modal .results-section .restaurants-list .restaurant-card .restro-header .restaurant-actions .add-restaurant-btn{padding:4px 8px;font-size:12px;min-width:60px}}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-actions{display:flex;flex-direction:column;align-items:flex-start;margin-top:12px}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-actions .link-btn{background:none;border:none;padding:0;margin-bottom:8px;font-size:14px;font-weight:500;color:#000;text-decoration:underline;cursor:pointer;text-align:left}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-actions .link-btn:hover{color:#666}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-description{margin-top:8px;font-size:13px;color:#666;line-height:1.4}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-tags-section{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;margin-top:8px;width:100%}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-tags-section .restro-tags{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-tags-section .restro-tags .restro-tag{background-color:#f0f0f0;color:#333;padding:4px 8px;border-radius:0;font-size:12px;font-weight:500;text-transform:capitalize;border:1px solid #e0e0e0}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-tags-section .restaurant-tag-more{color:#666;font-size:11px;font-style:italic}@media (max-width: 768px){.add-place-modal .results-section .restaurants-list .restaurant-card{padding:16px 0 25px}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-main-content{flex-direction:row}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-image-section{width:120px}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-image-section .restro-image,.add-place-modal .results-section .restaurants-list .restaurant-card .restro-image-section .restro-image-placeholder{width:120px;height:120px}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-content{margin-left:8px}.add-place-modal .results-section .restaurants-list .restaurant-card .restro-header .restaurant-actions .add-restaurant-btn{font-size:12px;padding:4px 8px;min-width:60px}}.add-place-modal .results-section::-webkit-scrollbar{width:6px}.add-place-modal .results-section::-webkit-scrollbar-track{background:transparent}.add-place-modal .results-section::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:50%}.add-place-modal .results-section::-webkit-scrollbar-thumb:hover{background:#9ca3af}.add-place-modal *:focus{outline:2px solid #7C7CE0;outline-offset:2px}.add-place-modal .restaurant-card .restaurant-name{color:#111827}.add-place-modal .restaurant-card .restaurant-location{color:#4b5563}.add-place-modal .restaurant-card .restaurant-description{color:#6b7280}@media (prefers-contrast: high){.add-place-modal{border:3px solid #000000}.add-place-modal .restaurant-card{border:2px solid #d1d5db}.add-place-modal .restaurant-card:hover{border-color:#000}}@media (prefers-reduced-motion: reduce){.add-place-modal{animation:none}.add-place-modal .restaurant-card{transition:none}.add-place-modal .restaurant-card:hover{transform:none}.add-place-modal .add-restaurant-btn:hover:not(:disabled){transform:none}}.pac-container{border-radius:8px!important;border:1px solid #d1d5db!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif!important;z-index:1050!important}.pac-container .pac-item{border-bottom:1px solid #e5e7eb!important;padding:12px 16px!important;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;line-height:1.5!important}.pac-container .pac-item:hover{background-color:#f9fafb!important}.pac-container .pac-item.pac-item-selected{background-color:#7c7ce01a!important}.pac-container .pac-item .pac-icon{margin-top:2px!important}.pac-container .pac-item .pac-item-query{font-weight:500!important;color:#111827!important}.pac-container .pac-item .pac-matched{font-weight:600!important;color:#7c7ce0!important}.pac-container:after{display:none!important}.restaurant-tag-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.restaurant-tag-modal .modal-content{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 24px #00000026;animation:slideUp .3s ease-out}.restaurant-tag-modal .modal-header{padding:24px 24px 16px;border-bottom:1px solid #f0f0f0;position:relative}.restaurant-tag-modal .modal-header .modal-title{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 4px}.restaurant-tag-modal .modal-header .modal-subtitle{font-size:14px;color:#666;margin:0}.restaurant-tag-modal .modal-header .close-button{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.restaurant-tag-modal .modal-header .close-button:hover{background-color:#f5f5f5;color:#333}.restaurant-tag-modal .current-tags-section{padding:16px 24px;border-bottom:1px solid #f0f0f0}.restaurant-tag-modal .current-tags-section .current-tags{display:flex;flex-wrap:wrap;gap:8px}.restaurant-tag-modal .current-tags-section .current-tags .current-tag{display:flex;align-items:center;background-color:#f0f0f0;color:#333;padding:6px 8px 6px 12px;border-radius:16px;font-size:14px;font-weight:500;text-transform:capitalize;border:1px solid #e0e0e0}.restaurant-tag-modal .current-tags-section .current-tags .current-tag span{margin-right:4px}.restaurant-tag-modal .current-tags-section .current-tags .current-tag .remove-tag-btn{background:none;border:none;font-size:16px;cursor:pointer;color:#666;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.restaurant-tag-modal .current-tags-section .current-tags .current-tag .remove-tag-btn:hover{background-color:#ddd;color:#333}.restaurant-tag-modal .input-section{padding:16px 24px}.restaurant-tag-modal .input-section .tag-input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;outline:none;transition:border-color .2s ease;box-sizing:border-box}.restaurant-tag-modal .input-section .tag-input:focus{border-color:#007aff}.restaurant-tag-modal .input-section .tag-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.restaurant-tag-modal .input-section .tag-input::placeholder{color:#999}.restaurant-tag-modal .input-section .error-message{margin-top:8px;color:#ff3b30;font-size:14px;font-weight:500}.restaurant-tag-modal .suggested-tags-section{padding:16px 24px;border-bottom:1px solid #f0f0f0}.restaurant-tag-modal .suggested-tags-section .suggested-tags-label{font-size:14px;color:#666;margin:0 0 12px;font-weight:500}.restaurant-tag-modal .suggested-tags-section .suggested-tags{display:flex;flex-wrap:wrap;gap:8px}.restaurant-tag-modal .suggested-tags-section .suggested-tags .suggested-tag{background:none;border:1px solid #ddd;padding:8px 12px;border-radius:16px;font-size:14px;font-weight:500;color:#333;cursor:pointer;text-transform:capitalize;transition:all .2s ease}.restaurant-tag-modal .suggested-tags-section .suggested-tags .suggested-tag:hover:not(:disabled){background-color:#f0f0f0;border-color:#bbb}.restaurant-tag-modal .suggested-tags-section .suggested-tags .suggested-tag:disabled{opacity:.5;cursor:not-allowed}.restaurant-tag-modal .loading-state{padding:24px;text-align:center;color:#666;font-size:14px}.restaurant-tag-modal .modal-actions{padding:16px 24px 24px;display:flex;gap:12px}.restaurant-tag-modal .modal-actions .add-tag-button{flex:1;padding:12px 16px;background:none;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;font-weight:600;color:#333;cursor:pointer;transition:all .2s ease}.restaurant-tag-modal .modal-actions .add-tag-button:hover:not(:disabled){background-color:#f5f5f5;border-color:#bbb}.restaurant-tag-modal .modal-actions .add-tag-button:disabled{opacity:.5;cursor:not-allowed}.restaurant-tag-modal .modal-actions .create-button{flex:1;padding:12px 16px;background-color:#1a1a1a;border:none;border-radius:8px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:background-color .2s ease}.restaurant-tag-modal .modal-actions .create-button:hover:not(:disabled){background-color:#333}.restaurant-tag-modal .modal-actions .create-button:disabled{opacity:.5;cursor:not-allowed}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.restaurant-tag-modal{padding:8px}.restaurant-tag-modal .modal-content{max-height:95vh}.restaurant-tag-modal .modal-header,.restaurant-tag-modal .current-tags-section,.restaurant-tag-modal .input-section,.restaurant-tag-modal .suggested-tags-section,.restaurant-tag-modal .modal-actions{padding-left:16px;padding-right:16px}.restaurant-tag-modal .modal-actions{flex-direction:column}.restaurant-tag-modal .modal-actions .add-tag-button,.restaurant-tag-modal .modal-actions .create-button{width:100%}}.collection-detail-page{background-color:#fff;max-width:800px;margin:0 auto;padding:0 16px 160px;min-height:100vh;padding-bottom:180px!important;padding-top:80px}@media (max-width: 768px){.collection-detail-page{padding:0 12px}}@media (max-width: 480px){.collection-detail-page{padding:0 8px 180px}}@media (max-width: 768px){.collection-detail-page{padding-top:70px}}.collection-detail-page .collection-detail-content{padding:16px 16px 32px;max-width:800px;margin:0 auto}.collection-detail-page .collection-detail-content .operation-feedback{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:12px 16px;margin-bottom:16px;border-radius:8px;text-align:center;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;font-weight:500;animation:slideDown .3s ease-out}.collection-detail-page .collection-detail-content .operation-feedback.success{background-color:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#16a34a}.collection-detail-page .collection-detail-content .operation-feedback.error{background-color:#dc26261a;border:1px solid rgba(220,38,38,.3);color:#dc2626}.collection-detail-page .collection-detail-content .loading-state{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:48px 16px}.collection-detail-page .collection-detail-content .loading-state .loading-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827;color:#4b5563;font-weight:500}.collection-detail-page .collection-detail-content .error-state{display:flex;align-items:center;justify-content:center;padding:32px 16px}.collection-detail-page .collection-detail-content .error-state .error-message{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;background-color:#dc26260d;border:1px solid rgba(220,38,38,.2);color:#dc2626;padding:16px 24px;border-radius:12px;text-align:center;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;font-weight:500;max-width:400px}.collection-detail-page .collection-detail-content .collection-header{margin-bottom:40px}.collection-detail-page .collection-detail-content .collection-header .collection-title-section{margin-bottom:16px}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-title-row{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-title-row .collection-name-container{flex:1;min-width:0;margin-right:12px}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-title-row .collection-share-button-header{flex-shrink:0}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:32px;color:#111827;font-weight:700;margin:0;line-height:1.25;word-break:break-word}@media (max-width: 639px){.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:28px;font-weight:600;line-height:1.25;color:#111827;margin:0}}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-meta-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:2px solid #000000}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-meta-row .place-count{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827;color:#4b5563;font-weight:600}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-meta-row .edit-mode-button{cursor:pointer;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:1px solid #d1d5db;border-radius:0;font-size:18px;font-weight:400;line-height:1.625;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;color:#111827;border:none;padding:12px 20px;text-decoration:underline;transition:all .2s ease-in-out}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-meta-row .edit-mode-button:disabled{cursor:not-allowed;opacity:.6}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-meta-row .edit-mode-button:hover:not(:disabled){background:#f9fafb}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-meta-row .edit-mode-button:hover{background-color:#f9fafb}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-status-row{margin-bottom:8px}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-status-row .status-badge{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;background-color:#fff;border:1px solid #d1d5db;color:#111827;padding:4px 12px;border-radius:8px;font-weight:500;font-size:14px;text-transform:capitalize}.collection-detail-page .collection-detail-content .collection-header .collection-description-section .collection-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;color:#111827;color:#6b7280;line-height:1.625;margin:0}@media (max-width: 639px){.collection-detail-page .collection-detail-content .collection-header .collection-description-section .collection-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827}}.collection-detail-page .collection-detail-content .collection-body .empty-state{display:flex;align-items:center;justify-content:center;padding:48px 16px}.collection-detail-page .collection-detail-content .collection-body .empty-state .empty-state-content{text-align:center;max-width:400px}.collection-detail-page .collection-detail-content .collection-body .empty-state .empty-state-content .empty-state-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827;color:#4b5563;font-weight:600;margin:0 0 8px}.collection-detail-page .collection-detail-content .collection-body .empty-state .empty-state-content .empty-state-subtext{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#6b7280;margin:0;line-height:1.625}.collection-detail-page .collection-detail-content .collection-body .restaurants-section .restaurants-list{display:flex;flex-direction:column;gap:20px}.collection-detail-page .collection-detail-content .collection-body .restaurants-section .restaurants-list .restaurant-card-wrapper{transition:transform .2s ease-in-out}.collection-detail-page .collection-detail-content .collection-body .restaurants-section .restaurants-list .restaurant-card-wrapper:hover{transform:translateY(-1px)}.collection-detail-page .collection-detail-content .collection-body .restaurants-section .add-place-container{margin-top:24px;display:flex;align-items:center;justify-content:center}.collection-detail-page .collection-detail-content .collection-body .restaurants-section .add-place-container .add-place-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;padding:12px 24px;font-size:16px;font-weight:600;border-radius:0;background-color:#111827;color:#fff;border:2px solid #000000;transition:all .2s ease-in-out}.collection-detail-page .collection-detail-content .collection-body .restaurants-section .add-place-container .add-place-button:disabled{cursor:not-allowed;opacity:.6}.collection-detail-page .collection-detail-content .collection-body .restaurants-section .add-place-container .add-place-button:hover:not(:disabled){background:#1f2937;transform:translateY(-1px)}.collection-detail-page .collection-detail-content .collection-body .restaurants-section .add-place-container .add-place-button:hover{background-color:#374151;transform:translateY(-1px)}.collection-detail-page .collection-detail-content .collection-body .restaurants-section .add-place-container .add-place-button:active{transform:translateY(0)}.collection-detail-page .collection-detail-content .add-place-container{display:flex;align-items:center;justify-content:center;margin-top:32px;padding:24px 16px}.collection-detail-page .collection-detail-content .add-place-container .add-place-button{font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;border-radius:0;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827;padding:16px 32px;font-weight:600;white-space:nowrap}.collection-detail-page .collection-detail-content .add-place-container .add-place-button:disabled{cursor:not-allowed;opacity:.6}.collection-detail-page .collection-detail-content .add-place-container .add-place-button:hover:not(:disabled){background:#1f2937;transform:translateY(-1px)}.collection-detail-page .collection-detail-content .add-place-container .add-place-button:active{transform:translateY(0)}@media (max-width: 639px){.collection-detail-page .collection-detail-content .add-place-container .add-place-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;padding:12px 24px}}.collection-detail-page .collection-detail-content .shared-collection-banner{background:#f0f8ff;border:1px solid #b3d9ff;border-radius:8px;padding:12px 16px;margin-bottom:16px}.collection-detail-page .collection-detail-content .shared-collection-banner p{margin:0 0 8px;color:#1a73e8;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;font-weight:500}.collection-detail-page .collection-detail-content .collection-share-button{margin-left:8px}.collection-detail-page .collection-detail-content .collection-share-button-header{background:none!important;border:none!important;padding:8px 12px;display:flex;align-items:center;justify-content:center;gap:8px;color:#111827;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;text-decoration:underline;flex-shrink:0;align-self:flex-start}.collection-detail-page .collection-detail-content .collection-share-button-header:hover{background-color:#f9fafb!important;border-radius:4px}.collection-detail-page .collection-detail-content .collection-share-button-header .share-icon{width:20px;height:20px}.collection-detail-page .collection-detail-content .search-results-banner{background:#f0f8ff;border:1px solid #b3d9ff;border-radius:8px;padding:12px 16px;margin-bottom:16px}.collection-detail-page .collection-detail-content .search-results-banner p{margin:0 0 8px;color:#1a73e8;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;font-weight:500}.collection-detail-page .collection-detail-content .copy-collection-button{border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;background:#000;color:#fff;box-shadow:none;padding:8px 16px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border-radius:0;width:auto;display:inline-flex;align-items:center;justify-content:center;gap:8px}.collection-detail-page .collection-detail-content .copy-collection-button:disabled{cursor:not-allowed;opacity:.6}.collection-detail-page .collection-detail-content .copy-collection-button:hover:not(:disabled){background:#1f2937;transform:none}.collection-detail-page .collection-detail-content .copy-collection-button:active{transform:none}.collection-detail-page .collection-detail-content .copy-collection-button:disabled{opacity:.7;cursor:not-allowed}.collection-detail-page .collection-detail-content .collection-name-container .collection-name-edit{width:100%}.collection-detail-page .collection-detail-content .collection-name-container .collection-name-edit .collection-name.editable{cursor:pointer;transition:all .2s ease;border:1px dashed #000000;border-radius:4px;padding:4px 8px;margin:-4px -8px}.collection-detail-page .collection-detail-content .collection-name-container .collection-name-edit .collection-name.editable:hover{border-color:#0056b3;background-color:#007bff0d}.collection-detail-page .collection-detail-content .collection-name-container .collection-name-edit .collection-name-input{width:100%;font-size:2rem;font-weight:600;background:transparent;border:2px solid #007bff;border-radius:6px;padding:8px 12px;margin:0;outline:none;font-family:inherit}.collection-detail-page .collection-detail-content .collection-name-container .collection-name-edit .collection-name-input:focus{border-color:#0056b3;box-shadow:0 0 0 3px #007bff40}.collection-detail-page .collection-detail-content .collection-name-container .collection-name-edit .rename-error{color:#dc3545;font-size:.9rem;margin:8px 0 0;font-weight:400}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 639px){.collection-detail-page{padding-top:60px}.collection-detail-page .collection-detail-content{padding:12px 8px 24px}.collection-detail-page .collection-detail-content .collection-header{margin-bottom:24px}.collection-detail-page .collection-detail-content .collection-header .collection-title-section{margin-bottom:12px}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-title-row{align-items:flex-start;gap:8px}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-title-row .collection-name-container{margin-right:8px}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-meta-row{flex-direction:row;align-items:center}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-meta-row .edit-mode-button{padding:8px 16px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827}.collection-detail-page .collection-detail-content .collection-share-button-header{padding:4px 8px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;flex-shrink:0}.collection-detail-page .collection-detail-content .collection-share-button-header .share-icon{width:16px;height:16px}.collection-detail-page .collection-detail-content .collection-body .restaurants-section .restaurants-list{gap:16px}.collection-detail-page .collection-detail-content .collection-body .restaurants-section .restaurants-list .restaurant-card-wrapper:hover{transform:none}}@media (min-width: 768px){.collection-detail-page .collection-detail-content{padding:24px 24px 40px}.collection-detail-page .collection-detail-content .collection-header{margin-bottom:40px}.collection-detail-page .collection-detail-content .collection-header .collection-title-section .collection-title-row{margin-bottom:12px}.collection-detail-page .collection-detail-content .collection-share-button-header{padding:12px 16px}.collection-detail-page .collection-detail-content .collection-share-button-header .share-icon{width:22px;height:22px}.collection-detail-page .collection-detail-content .collection-body .restaurants-section .restaurants-list{gap:24px}}.collection-detail-page .collection-detail-content *:focus{outline:2px solid #7C7CE0;outline-offset:2px}.collection-detail-page .collection-header .collection-name{color:#111827}.collection-detail-page .loading-state .loading-text{animation:pulse 1.5s ease-in-out infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-start{display:flex;align-items:center;justify-content:flex-start}.flex-column-center{display:flex;flex-direction:column;align-items:center;justify-content:center}.container{max-width:800px;margin:0 auto;padding:0 16px}@media (max-width: 768px){.container{padding:0 12px}}@media (max-width: 480px){.container{padding:0 8px}}.page-container{max-width:800px;margin:0 auto;padding:0 16px 160px;min-height:100vh}@media (max-width: 768px){.page-container{padding:0 12px}}@media (max-width: 480px){.page-container{padding:0 8px 180px}}.p-0{padding:0}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.p-8{padding:32px}.m-0{margin:0}.m-1{margin:4px}.m-2{margin:8px}.m-3{margin:12px}.m-4{margin:16px}.m-5{margin:20px}.m-6{margin:24px}.m-8{margin:32px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:20px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.mt-0{margin-top:0}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.text-primary{color:#111827}.text-secondary{color:#4b5563}.text-tertiary{color:#6b7280}.text-inverse{color:#fff}.text-muted{color:#9ca3af}.bg-primary{background-color:#fff}.bg-secondary{background-color:#f9fafb}.bg-tertiary{background-color:#f3f4f6}.bg-card{background-color:#fff}.bg-card-fill{background-color:#edf1ff66}.border-light{border:1px solid #e5e7eb}.border-medium{border:1px solid #d1d5db}.border-dark{border:1px solid #9ca3af}.border-black{border:1px solid #000000}.heading-1{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:32px;font-weight:700;line-height:1.25;color:#111827;margin:0}.heading-2{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:28px;font-weight:600;line-height:1.25;color:#111827;margin:0}.heading-3{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:600;line-height:1.5;color:#111827;margin:0}.body-large{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827}.body-base{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827}.body-small{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563}.body-18{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card--flat{background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:none}.card--borderless{background:#fff;border-radius:16px;border:none;box-shadow:none}.card--question{background:#edf1ff66;border:2px solid #000000;border-radius:12px;padding:8px;box-shadow:none}.card--interactive{transition:all .2s ease-in-out;cursor:pointer}.card--interactive:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.card--padding-sm{padding:12px}.card--padding-md{padding:16px}.card--padding-lg{padding:24px}.card--padding-xl{padding:32px}.btn{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border-radius:0;padding:12px 24px;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:disabled{cursor:not-allowed;opacity:.6}.btn--primary{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;padding:12px 24px;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;border-radius:0}.btn--primary:disabled{cursor:not-allowed;opacity:.6}.btn--primary:hover:not(:disabled){background:#1f2937;transform:translateY(-1px)}.btn--primary:active{transform:translateY(0)}.btn--primary-flat{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;padding:12px 24px;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;box-shadow:none;border-radius:0}.btn--primary-flat:disabled{cursor:not-allowed;opacity:.6}.btn--primary-flat:hover:not(:disabled){background:#1f2937;transform:none}.btn--primary-flat:active{transform:none}.btn--secondary{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;padding:12px 24px;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#111827;border:1px solid #d1d5db;border-radius:0}.btn--secondary:disabled{cursor:not-allowed;opacity:.6}.btn--secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.btn--ghost{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;padding:12px 24px;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:#111827;border:1px solid #d1d5db;border-radius:0}.btn--ghost:disabled{cursor:not-allowed;opacity:.6}.btn--ghost:hover:not(:disabled){background:#f9fafb}.btn--large{padding:16px 32px;font-size:18px;font-weight:600}.btn--full-width{width:100%}.input{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;width:100%}.input::placeholder{color:#6b7280}.input:focus{outline:none;border-color:#7c7ce0;box-shadow:0 0 0 3px #7c7ce01a}.input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}@media (min-width: 768px){.mobile-only{display:none!important}}@media (max-width: 639px){.tablet-up{display:none!important}}@media (max-width: 639px){.desktop-up{display:none!important}}@media (max-width: 1023px){.desktop-up{display:none!important}}.loading{display:flex;align-items:center;justify-content:center;min-height:200px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827;color:#4b5563}.error-message{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;text-align:center;padding:16px;background:#f3f4f6;border-radius:8px;border:1px solid #e5e7eb}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;text-align:center}.empty-state .empty-state__title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:600;line-height:1.5;color:#111827;margin:0 0 8px}.empty-state .empty-state__description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563;margin-bottom:24px}.chat-container{display:flex;flex-direction:column;height:100vh;background-color:#fff;padding-top:80px}@media (max-width: 768px){.chat-container{padding-top:70px}}@media (max-width: 480px){.chat-container{padding-top:60px}}.chat-content{flex:1;overflow-y:auto;padding:16px 16px 80px}@media (max-width: 768px){.chat-content{padding:12px 12px 80px}}@media (max-width: 480px){.chat-content{padding:8px 8px 96px}}.welcome-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 16px;max-width:600px;margin:0 auto}@media (max-width: 768px){.welcome-section{padding:32px 12px}}@media (max-width: 480px){.welcome-section{padding:24px 8px}}.welcome-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:28px;font-weight:600;line-height:1.25;margin:0 0 16px;color:#111827}.welcome-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;color:#111827;color:#4b5563;margin-bottom:24px;line-height:1.625}.login-prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;background:#fff;box-shadow:none;background:#edf1ff66;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-width:400px}.login-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563;margin:0}.login-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;box-shadow:none;border-radius:0;padding:12px 32px}.login-button:disabled{cursor:not-allowed;opacity:.6}.login-button:hover:not(:disabled){background:#1f2937;transform:none}.login-button:active{transform:none}.messages-container{display:flex;flex-direction:column;gap:16px;max-width:800px;margin:0 auto}@media (max-width: 768px){.messages-container{gap:12px}}@media (max-width: 480px){.messages-container{gap:8px}}.message{display:flex}.message--user{justify-content:flex-end}.message--user .message__content{background:#000;color:#fff;border-radius:12px 12px 4px;max-width:70%}@media (max-width: 480px){.message--user .message__content{max-width:85%}}.message--bot{justify-content:flex-start}.message--bot .message__content{background:#edf1ff66;color:#111827;border:1px solid #e5e7eb;border-radius:12px 12px 12px 4px;max-width:70%}@media (max-width: 480px){.message--bot .message__content{max-width:85%}}.message__content{padding:12px 16px;word-wrap:break-word}@media (max-width: 480px){.message__content{padding:8px 12px}}.message__text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;margin:0 0 4px;white-space:pre-wrap}.message--user .message__text{color:#fff}.message--bot .message__text{color:#111827}.message__timestamp{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;font-size:12px;opacity:.7}.message--user .message__timestamp{color:#fffc}.message--bot .message__timestamp{color:#6b7280}.typing-indicator{display:flex;gap:4px;padding:8px 0}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#6b7280;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:-1.32s}.typing-indicator span:nth-child(2){animation-delay:-1.16s}.typing-indicator span:nth-child(3){animation-delay:-1.04s}@keyframes typing{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.message-input-container{position:fixed;bottom:80px;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid #e5e7eb;padding:16px;z-index:1030}@media (max-width: 768px){.message-input-container{bottom:70px;padding:12px}}@media (max-width: 480px){.message-input-container{bottom:65px;padding:8px}}.message-input-form{max-width:800px;margin:0 auto}.input-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:12px;align-items:flex-end}@media (max-width: 480px){.input-wrapper{gap:8px}}.message-input{font-size:16px;border:1px solid #e5e7eb;background:#fff;color:#111827;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;width:100%;flex:1;resize:none;min-height:44px;max-height:120px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;border-radius:12px;padding:12px 16px}.message-input::placeholder{color:#6b7280}.message-input:focus{outline:none;border-color:#7c7ce0;box-shadow:0 0 0 3px #7c7ce01a}.message-input:focus{border-color:#7c7ce0;box-shadow:0 0 0 3px #7c7ce01a}.message-input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}@media (max-width: 480px){.message-input{padding:8px 12px;font-size:16px}}.send-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#000;color:#fff;box-shadow:none;border-radius:0;padding:12px 24px;height:44px;flex-shrink:0}.send-button:disabled{cursor:not-allowed;opacity:.6}.send-button:hover:not(:disabled){background:#1f2937;transform:none}.send-button:active{transform:none}.send-button:disabled{background:#9ca3af;cursor:not-allowed}@media (max-width: 480px){.send-button{padding:8px 16px;font-size:14px}}.chat-actions{display:flex;justify-content:flex-end;padding:12px 0;max-width:800px;margin:0 auto}.clear-chat-button{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:500;border:none;cursor:pointer;transition:all .2s ease-in-out;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#111827;border:1px solid #d1d5db;padding:8px 16px;font-size:14px;border-radius:8px}.clear-chat-button:disabled{cursor:not-allowed;opacity:.6}.clear-chat-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.clear-chat-button:hover{background:#f3f4f6}.example-queries{margin:24px 0;text-align:left}.example-queries .example-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;margin-bottom:12px;font-weight:500}.example-queries .example-list{list-style:none;margin:0;padding:0}.example-queries .example-list li{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563;padding:8px 0;border-bottom:1px solid #e5e7eb}.example-queries .example-list li:last-child{border-bottom:none}.example-queries .example-list li:hover{color:#7c7ce0;cursor:pointer}.message--error .message__content{background:#dc26261a;border-color:#dc26264d}.message--error .message__content .message__text{color:#dc2626}.message__command-type{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;font-size:12px;opacity:.6;display:block;margin-top:4px;font-style:italic}.loading-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#4b5563;color:#6b7280;margin:4px 0 0;font-style:italic}.restaurant-cards{margin:12px 0 8px;display:flex;flex-direction:column;gap:12px}.restaurant-card{background:#fffc;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.restaurant-card .restaurant-name{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;font-weight:400;line-height:1.625;color:#111827;margin:0 0 8px;font-weight:600}.restaurant-card .restaurant-cuisine{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#7c7ce0;margin:0 0 4px;font-weight:500}.restaurant-card .restaurant-location{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563;margin:0 0 4px}.restaurant-card .restaurant-rating{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;margin:0 0 4px;font-weight:500}.restaurant-card .restaurant-rating:before{content:"⭐ "}.restaurant-card .restaurant-price{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#059669;margin:0 0 8px;font-weight:500}.restaurant-card .restaurant-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#111827;color:#4b5563;margin:0;line-height:1.625}
