:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body{margin:0;padding:0;font-family:Arial,sans-serif;background-color:#fff!important;background-image:none!important;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#content{min-height:100vh;width:100%;position:relative;z-index:2;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-color:transparent!important;display:flex;align-items:center;justify-content:center;padding:24px 16px;box-sizing:border-box}.welcome-card{background-color:#caefd1;width:min(460px,100%);max-width:540px;border-radius:20px;padding:16px 28px 8px;text-align:center;box-shadow:0 4px 10px #0003;position:relative;font-family:Arial,sans-serif;overflow:hidden;display:flex;flex-direction:column;gap:0px}.welcome-logo{width:40px;height:auto;margin-bottom:10px;border-radius:50%;background-color:#4cb95f;display:inline-block}.welcome-card h1{font-size:32px;color:#333;margin:10px}.welcome-subtext{font-size:16px;color:#555;margin-bottom:20px;margin-top:-2px}.welcome-form{display:flex;flex-direction:column;gap:15px;align-items:center}.form-input{padding:12px;border:2px solid #ccc;border-radius:15px;font-size:16px;outline:none;width:100%;box-sizing:border-box}.form-button{padding:12px;background-color:#4cb95f;color:#fff;border:none;border-radius:30px;font-size:16px;width:100%;margin-top:8px;cursor:pointer;transition:background-color .3s ease}.form-button:hover{background-color:#42a954}.form-label{font-size:14px;color:#777;display:block;padding-bottom:5px;width:100%;text-align:left;box-sizing:border-box}.form-divider{text-align:center;margin:00px 0;font-size:14px;color:#777}.login-prompt{text-align:center;font-size:14px;color:#555;margin-top:0}#toggle-link{color:#4cb95f;text-decoration:none;font-weight:700;cursor:pointer}#toggle-link:hover{text-decoration:underline}.google-button{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#555;border:1px solid #ccc;border-radius:30px;font-size:16px;font-family:Arial,sans-serif;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;width:100%;max-width:250px;background-image:url(../images/Google\ Logo.png);background-repeat:no-repeat;background-size:20px 20px;background-position:15px center;text-align:center;padding:12px 20px 12px 50px;margin-bottom:40px}.google-button:hover{background-color:#f7f7f7}.welcome-card-footer{display:flex;align-items:center;justify-content:center;font-size:14px;color:#06402b;bottom:0;padding:10px 14px;left:0;margin:0}.welcome-card-footer #toggle-link{margin-left:5px;color:#4cb95f;text-decoration:none;font-weight:700}.welcome-card-footer #toggle-link:hover{text-decoration:underline}#form-title{color:#3c3c3c;text-decoration:underline}.form-container{display:flex;flex-direction:column;gap:12px;align-items:center;width:100%}.form-container form{width:100%;display:flex;flex-direction:column;gap:12px}.error-banner{width:100%;padding:10px 12px;border-radius:12px;background:#ffecec;border:1px solid #f5b4b4;color:#7a1a1a;font-size:14px;text-align:left;box-sizing:border-box}.hidden{display:none}@media (max-width: 640px){#content{padding:16px 12px;background-attachment:scroll}.welcome-card{padding:24px 20px 12px;gap:16px}}.home-container{width:100%;min-height:100vh;margin-right:-50px}.home-content{width:100%;min-height:91vh;position:relative;overflow-y:auto}.newList{position:absolute;border-radius:50px;background-color:#fff;box-shadow:0 2px 10px 5px gray;width:50px;height:50px;display:flex;justify-content:center;align-items:center;top:130px;right:60px;z-index:100;color:#ff6b6b;font-size:50px;transition:transform .2s,box-shadow .2s}.newList.active{transform:rotate(45deg)}.newList:hover{box-shadow:0 2px 10px 10px gray;transition:.2s;cursor:pointer}.newListContainerWrapper{width:100%;max-height:90vh;background-color:#000;display:flex;justify-content:center}.newListContainer{position:absolute;padding:20px;width:500px;height:auto;top:50px;align-self:center;margin-left:auto;margin-right:auto;overflow-y:auto;max-height:calc(90%-90px);left:0;right:0;border-radius:60px;background-color:#f7f7f8;color:#000;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 50px 4px gray;opacity:0;transition:transform .2s ease,opacity .2s ease}.newListContainer.animate{transform:translate(0) scale(1);opacity:1}.navigation-bar{width:100%;height:9%;background-color:#ff6b6b;display:flex;justify-content:space-between;align-items:center;color:#2d2d2d}.logo-container{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-left:50px}.navigation-container{display:flex;justify-content:center;align-items:center;height:60%}.navigation-element{display:flex;justify-content:center;align-items:center;flex-direction:row;height:100%;margin:10px;transition:.3s;min-width:90px;font-size:12px}.navigation-element:hover{cursor:pointer}.navigation-element h2{margin-left:5px}.navigation-element.underline{border-bottom:2px solid turquoise;transition:.3s}.search-wrapper{position:relative;display:flex;align-items:center}.search-lists{height:100%;background-color:#fff;border-radius:25px;outline:none;border:none;width:250px;color:#2d2d2d;font-weight:700;padding:10px 44px 10px 14px;position:relative}.search-trigger{position:absolute;right:6px;background:transparent;border:none;padding:6px;display:flex;align-items:center;justify-content:center;cursor:pointer}.search-trigger:focus-visible{outline:2px solid #FF6B6B;border-radius:50%}.search-lists-icon{pointer-events:none}.search-lists::placeholder{color:#ff6b6b}.profile-buttons{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;height:60%;background-color:#fca5a5;border-radius:25px;min-width:100px;margin-right:25px;padding:0 10px;position:relative;gap:8px}.notifications-button:hover,.shared-button:hover,.profile-button:hover{cursor:pointer}.dropdown-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.notification-badge{position:absolute;top:-4px;right:-4px;background:#e11d48;color:#fff;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:700;line-height:1;min-width:18px;text-align:center}.notification-dropdown{position:absolute;top:42px;right:0;width:280px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 30px #0000001f;padding:10px;max-height:400px;min-height:100px;overflow-y:auto;z-index:200}.notification-item{width:calc(100% - 20px);background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:10px;margin-bottom:8px;text-align:left;display:flex;flex-direction:column;gap:8px;transition:transform .12s ease,box-shadow .12s ease}.notification-item:hover{transform:translateY(-1px);box-shadow:0 10px 20px #00000014}.notification-user{display:flex;gap:10px;align-items:center}.notification-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:#fee2e2;display:flex;align-items:center;justify-content:center}.notification-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#fecdd3,#fecdd3 50%,#fecdd3)}.notification-meta{display:flex;flex-direction:column}.notification-title{margin:0;font-weight:700;color:#111827}.notification-subtitle{margin:0;color:#6b7280;font-size:13px}.notification-actions{display:flex;flex-direction:column;gap:6px}.notification-actions .stacked{width:100%}.decline-button{background:#f3f4f6;border:1px solid #e5e7eb;color:#111827;padding:8px;border-radius:10px;font-weight:600}.decline-button:hover{background:#e5e7eb}.notification-empty{margin:0;color:#6b7280;text-align:center;padding:20px 0}.notification-item.share-item{border:1px solid transparent;background:#f8fafc;cursor:pointer;color:inherit;width:calc(100% - 20px)}.share-notification-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;width:100%}.notification-user{flex:1;min-width:0}.remove-notification-button{background:transparent;border:none;color:#9ca3af;font-size:18px;font-weight:700;line-height:1;cursor:pointer;padding:2px 6px;border-radius:6px}.remove-notification-button:hover,.remove-notification-button:focus-visible{color:#ef4444;background-color:#f3f4f6;outline:none}.notification-loading{margin:0;color:#6b7280;font-size:13px}.my-lists-container{display:flex;background-color:#fff;width:100%;height:100%;flex-direction:column}.my-lists-top-bar{height:10%;width:calc(100% - 25px);display:flex;justify-content:space-between;align-items:center;padding:25px}.my-lists-header{font-size:40px;color:#2d2d2d}.my-lists-primary-action{margin-top:8px;background:linear-gradient(90deg,#6b8cff,#7bc9ff);color:#fff;border:none;padding:12px 20px;border-radius:14px;font-weight:700;font-size:16px;box-shadow:0 8px 20px #6b8cff40;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;cursor:pointer}.my-lists-primary-action:hover{transform:translateY(-2px);box-shadow:0 10px 24px #6b8cff59}.my-lists-primary-action:active{transform:translateY(0);box-shadow:0 8px 20px #6b8cff40}.list-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:500px;background-color:#f7f7f8;border-radius:60px;padding:20px;overflow:hidden}.list-container.editable{max-height:80vh;overflow-y:auto;overflow-x:hidden}.list-container.view-only{max-height:none;overflow:visible}.list-container.scrollable{justify-content:flex-start}.list-container.clickable{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.list-container.clickable:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000014}.list-name{color:purple;text-align:center}.list-name.input{width:100%;border:2px solid #E0CFFC;border-radius:16px;padding:8px 12px;font-size:16px;outline:none;background-color:transparent;color:#000;margin-bottom:10px}.list-name.input:focus{border-color:purple}.separator{width:35%;margin-bottom:10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.separator .line{width:43%;height:4px;background-color:#e0cffc;border-radius:10px}.separator .dot{width:6px;height:6px;border-radius:50%;background-color:#e0cffc}.row-item{width:95%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative}.row-item.editable{gap:12px;justify-content:flex-start;align-items:center;width:100%;padding:6px 10px;border-radius:16px;transition:border-color .12s ease,background-color .12s ease;cursor:grab}.drag-handle{border:1px solid #E0CFFC;background:#f4e9ff;color:purple;width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;cursor:grab;flex-shrink:0}.drag-handle:active{cursor:grabbing}.drag-dots{font-size:16px;line-height:1}.row-number{background-color:#e0cffc;display:flex;justify-content:center;align-items:center;border-radius:50%;width:60px;height:60px;font-size:10px;color:#3b1109}.item-title{color:#3b1109;text-align:center;text-wrap:wrap}.item-image{background-color:#e0cffc;display:flex;justify-content:center;align-items:center;border-radius:50%;width:60px;height:60px;overflow:hidden}.item-image.preview img{width:100%;height:100%;object-fit:cover}.placeholder-image{width:100%;height:100%;border-radius:50%;background-color:#f1e6ff}.item-editor{flex:1;position:relative}.row-item.drag-over{border:1px dashed #c084fc;background-color:#f9f5ff}.row-item.dragging{opacity:.7;cursor:grabbing}.item-input{width:90%;border:2px solid #E0CFFC;border-radius:16px;padding:10px 12px;font-size:16px;outline:none;background-color:transparent;color:#000}.item-input:focus{border-color:purple}.search-dropdown{position:absolute;top:110%;left:0;right:0;background-color:#fff;border:1px solid #E0CFFC;border-radius:12px;box-shadow:0 4px 10px #0000000d;max-height:240px;overflow-y:auto;z-index:5}.search-status{padding:10px 12px;color:#3b1109;font-size:14px}.dropdown-option{display:flex;align-items:center;gap:12px;width:100%;background:none;border:none;padding:10px 12px;cursor:pointer;text-align:left}.dropdown-option:hover{background-color:#f4e9ff}.option-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background-color:#f1e6ff;display:inline-flex;align-items:center;justify-content:center}.option-avatar img{width:100%;height:100%;object-fit:cover}.option-title{color:#3b1109;font-size:15px}.remove-item{border:none;background:none;color:purple;font-size:22px;cursor:pointer;position:absolute;right:-50px;top:50%;transform:translateY(-50%);z-index:10}.list-actions{width:95%;display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:12px}.add-item,.submit-list{border:none;background-color:#e0cffc;color:#3b1109;border-radius:20px;padding:10px 16px;cursor:pointer;font-weight:600}.submit-list{background-color:#d6c1f7;color:#fff;opacity:.6}.submit-list.active{background-color:purple;opacity:1}.submit-list:disabled{cursor:not-allowed}.add-item:disabled{cursor:not-allowed;opacity:.6}.input-hint{color:#d04f4f;font-size:12px;margin:0}.friends-lists-container{display:flex;background-color:#fff;width:100%;height:100%;flex-direction:column}.friends-lists-top-bar{height:10%;width:calc(100% - 50px);display:flex;justify-content:space-between;align-items:center;padding:25px}.friends-lists-header{font-size:40px;color:#2d2d2d}.find-new-friends-button{background:linear-gradient(90deg,#ff6b6b,#ff9472);color:#fff;border:none;padding:12px 18px;border-radius:14px;font-weight:600;font-size:16px;box-shadow:0 8px 20px #ff6b6b40;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.find-new-friends-button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #ff6b6b59}.find-new-friends-button:active{transform:translateY(0);box-shadow:0 8px 20px #ff6b6b40}.empty-state{width:100%;max-width:520px;padding:32px 28px;background:linear-gradient(135deg,#f7f7f8,#fff);border:1px solid #E6E6E6;border-radius:24px;box-shadow:0 20px 60px #0000000d;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;color:#2d2d2d}.empty-icon{font-size:44px}.empty-title{margin:0;font-size:24px;font-weight:700}.empty-text{margin:0;font-size:16px;color:#555;line-height:1.6}.friends-primary-action{margin-top:8px;background:linear-gradient(90deg,#ff6b6b,#ff9472);color:#fff;border:none;padding:12px 20px;border-radius:14px;font-weight:700;font-size:16px;box-shadow:0 8px 20px #ff6b6b40;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;cursor:pointer}.friends-primary-action:hover{transform:translateY(-2px);box-shadow:0 10px 24px #ff6b6b59}.friends-primary-action:active{transform:translateY(0);box-shadow:0 8px 20px #ff6b6b40}.profile-page{width:100%;min-height:100%;padding:32px;background:#f9fafb;display:flex;flex-direction:column;gap:24px;box-sizing:border-box;align-items:center}.profile-header{display:flex;flex-direction:column;align-items:center;gap:12px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px 32px;box-shadow:0 10px 30px #1118270d;width:100%;max-width:900px;position:relative}.profile-header-inner{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.avatar-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center}.avatar.hero-avatar{width:140px;height:140px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#fecdd3,#ffe4e6);border:2px solid #fecdd3}.avatar img{width:100%;height:100%;object-fit:cover}.upload-indicator{position:absolute;bottom:6px;right:-14px;background:#111827;color:#fff;border:none;border-radius:999px;padding:8px 12px;display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:12px;box-shadow:0 10px 24px #0000001f;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.upload-indicator:hover{transform:translateY(-1px);box-shadow:0 12px 28px #00000024;background:#0b1221}.upload-indicator:disabled{cursor:not-allowed;opacity:.7}.hidden-file-input{display:none}.user-meta.hero-meta{text-align:center}.user-meta h2{margin:0;font-size:28px;color:#111827}.muted{margin:0;color:#6b7280}.muted.small{font-size:12px}.profile-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.profile-menu{position:absolute;top:16px;right:16px}.menu-button{border:none;background:#f3f4f6;border-radius:12px;padding:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.menu-button svg{color:#111827}.menu-button:hover{background:#e5e7eb}.menu-dropdown{position:absolute;top:42px;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 14px 28px #00000014;padding:8px;min-width:140px;z-index:5}.menu-item{width:100%;border:1px solid #111827;background:#111827;color:#fff;padding:10px 12px;text-align:left;border-radius:8px;cursor:pointer;font-weight:700}.menu-item:hover{background:#0b1221;border-color:#0b1221}.primary-button,.secondary-button,.remove-friend{border:none;border-radius:12px;padding:10px 16px;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.primary-button{background:linear-gradient(90deg,#ff6b6b,#ff9472);color:#fff;box-shadow:0 10px 24px #ff6b6b40}.secondary-button{background:#f3f4f6;color:#111827;border:1px solid #e5e7eb}.remove-friend{background:#fee2e2;color:#b91c1c;border:1px solid #fecdd3}.primary-button:hover,.secondary-button:hover,.remove-friend:hover{transform:translateY(-1px);box-shadow:0 12px 26px #00000014}.pending-actions{display:flex;gap:10px}.friends-section,.lists-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px 20px;box-shadow:0 10px 30px #1118270d;width:100%;max-width:1000px}.lists-section .section-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.lists-grid{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.friends-indicator-wrapper{position:relative;display:flex;justify-content:center;width:100%;margin-top:6px}.friends-indicator{border:1px solid #e5e7eb;background:#fff;padding:10px 14px;border-radius:12px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-weight:700;color:#111827;box-shadow:0 8px 20px #0000000a}.friends-indicator:hover{background:#f9fafb}.friends-dropdown{position:absolute;top:48px;left:50%;transform:translate(-50%);width:100%;max-width:320px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 14px 28px #00000014;padding:8px;z-index:4}.friends-dropdown-list{display:flex;flex-direction:column;gap:6px;max-height:240px;overflow-y:auto}.friend-dropdown-item{display:flex;align-items:center;gap:10px;border:1px solid #f3f4f6;border-radius:10px;background:#fdf2f8;padding:8px 10px;cursor:pointer;width:100%;text-align:left}.friend-dropdown-item:hover{background:#ffe4e6}.friend-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#ffe4e6;border:1px solid #fecdd3}.friend-avatar.small{width:32px;height:32px}.friend-avatar img{width:100%;height:100%;object-fit:cover}.friend-name{font-weight:600;color:#111827}.no-friends{margin:8px 4px 4px}.find-friends-container{display:flex;flex-direction:column;background-color:#fdfdfd;width:100%;height:100%;padding:24px;gap:20px;box-sizing:border-box}.find-friends-top-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.find-friends-heading .eyebrow{text-transform:uppercase;letter-spacing:2px;color:#ff6b6b;font-weight:700;margin:0 0 4px}.find-friends-heading .title{margin:0;font-size:34px;color:#1f1f1f}.find-friends-heading .subtitle{margin:4px 0 0;color:#6b7280;font-size:16px}.actions{display:flex;gap:12px;align-items:center}.secondary-button{background:#f5f5f5;color:#1f1f1f;border:1px solid #e5e7eb;border-radius:12px;padding:10px 14px;font-weight:600;box-shadow:0 10px 30px #0000000d;transition:transform .12s ease,box-shadow .12s ease}.secondary-button:hover{transform:translateY(-1px);box-shadow:0 12px 32px #00000014}.find-friends-list{background:linear-gradient(180deg,#fff,#f8f9fb);border:1px solid #eef2f7;border-radius:18px;padding:20px;flex:1;min-height:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,280px));justify-content:center;gap:16px;height:100%;overflow-y:auto;box-shadow:inset 0 1px #ffffffb3}.friend-card{background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;width:100%;box-shadow:0 12px 28px #1f29370f;transition:transform .15s ease,box-shadow .15s ease}.friend-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px #1f293714}.friend-main{display:flex;align-items:center;gap:12px;width:100%;cursor:pointer}.friend-avatar img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #ffe4e4;background:#fff}.friend-details h3{margin:0;color:#1f2937}.friend-details .muted{margin:4px 0 0;color:#9ca3af;font-size:14px}.add-friend-button{background:linear-gradient(90deg,#ff7eb3,#ff758c,#ff6b6b);border:none;color:#fff;padding:10px 14px;border-radius:12px;font-weight:700;box-shadow:0 12px 24px #ff6b6b40;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.add-friend-button:hover{transform:translateY(-2px);box-shadow:0 14px 28px #ff6b6b52}.add-friend-button:disabled{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}.friend-actions{display:flex;gap:8px;width:100%}.friend-actions button{flex:1}.list-footer{grid-column:1 / -1;text-align:center;padding:12px 0}.status{color:#6b7280;margin:0}.status.error{color:#ef4444}.search-results-container{display:flex;background-color:#fff;width:100%;height:100%;flex-direction:column}.search-results-top-bar{height:10%;width:calc(100% - 50px);display:flex;justify-content:flex-start;align-items:center;padding:25px}.search-results-header{font-size:32px;color:#2d2d2d}.no-results{text-align:center;width:100%;color:#6b7280;font-weight:600;margin-top:16px}.lists{width:100%;height:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;justify-content:center}.list-detail-content{display:flex;justify-content:center;align-items:flex-start;padding:24px;box-sizing:border-box}.list-detail-wrapper{width:min(700px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px;box-shadow:0 20px 40px #00000014;display:flex;flex-direction:column;align-items:center;gap:16px;margin:0 auto;position:relative}.list-detail-actions{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:12px}.actions-right{display:flex;align-items:center;gap:12px;margin-left:auto}.edit-list-button{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;border:1px solid #e5e7eb;background:#f7f7f8;cursor:pointer;color:#111827;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.edit-list-button:hover{border-color:#c084fc;box-shadow:0 10px 24px #0000000d;background:#f5f3ff}.edit-list-button.active{border-color:#c084fc;background:linear-gradient(135deg,#f3e8ff,#ede9fe);color:#6b21a8}.save-controls{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.save-list-button{padding:8px 14px;border-radius:12px;border:1px solid #e5e7eb;background:#e5e7eb;color:#6b7280;cursor:not-allowed;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease}.save-list-button.ready{background:linear-gradient(135deg,#7c3aed,#c084fc);color:#fff;border-color:transparent;cursor:pointer}.save-list-button.ready:hover{transform:translateY(-1px);box-shadow:0 12px 28px #7c3aed40}.save-list-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.save-status{margin:0;font-size:12px}.save-status.error{color:#b91c1c}.save-status.muted{color:#6b7280}.list-share-card{width:100%;position:relative;display:flex;justify-content:center;margin-top:70px}.share-dropdown-wrapper{position:relative;z-index:10}.share-list-button{width:40px;height:40px;border-radius:12px;border:1px solid #e5e7eb;background:#f7f7f8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease,box-shadow .12s ease,transform .12s ease}.share-list-button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0000001f;opacity:.95}.share-dropdown{position:absolute;top:48px;right:0;width:320px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 16px 40px #0000001f;padding:12px;display:flex;flex-direction:column;gap:12px}.share-dropdown-header p{margin:0;font-weight:700;color:#111827}.share-dropdown-status{margin:0;color:#6b7280;font-size:14px}.share-dropdown-status.error{color:#b91c1c}.share-dropdown-status.success{color:#15803d}.share-dropdown-status.partial{color:#b45309}.share-friends-list{max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.share-friend-option{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.share-friend-option input{accent-color:#7c3aed}.share-friend-option:hover{border-color:#d1c4f6;box-shadow:0 8px 20px #0000000f;background:#f6f5ff}.share-friend-option.selected{border-color:#c084fc;background:#f5f3ff}.share-friend-avatar{width:40px;height:40px;border-radius:12px;overflow:hidden;background:#f3e8ff;display:inline-flex;align-items:center;justify-content:center}.share-friend-avatar img{width:100%;height:100%;object-fit:cover}.share-friend-meta{display:flex;flex-direction:column;gap:2px}.share-friend-name{margin:0;font-weight:600;color:#111827}.share-friend-subtext{color:#6b7280;font-size:12px}.share-dropdown-footer{display:flex;flex-direction:column;gap:6px}.share-action{background:linear-gradient(135deg,#7c3aed,#c084fc);color:#fff;border:none;border-radius:10px;padding:10px 12px;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.share-action:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.share-action:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 12px 28px #7c3aed40}.list-owner{position:absolute;top:-70px;display:flex;align-items:center;gap:40px;padding:12px 14px;border-radius:14px;cursor:pointer;background-color:#f7f7f8;transition:.12s ease}.list-owner:hover{padding:12px 30px;transition:.12s ease}.owner-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:#fff;border:3px solid #f3e8ff;flex-shrink:0}.owner-avatar img{width:100%;height:100%;object-fit:cover}.owner-meta{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.owner-label{margin:0;text-transform:uppercase;font-size:11px;letter-spacing:1px;color:#9b87f5}.owner-name{margin:0;font-size:16px;color:#372f52;font-weight:700}.owner-loading{font-size:12px;color:#6b7280}.list-detail-status{color:#6b7280;text-align:center;width:100%;margin-top:40px}.list-detail-error{width:100%;max-width:640px;background:#fff1f2;border:1px solid #fecdd3;color:#be123c;padding:24px;border-radius:16px;text-align:center;box-shadow:0 12px 30px #be123c26}.list-detail-error h2{margin:0 0 8px}.list-detail-error p{margin:0}
