.admin-feeds{max-width:1400px;margin:0 auto;padding:1rem;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}@media (min-width: 768px){.admin-feeds{padding:2rem}}.admin-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e0}.admin-header-top{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}@media (min-width: 768px){.admin-header-top{flex-direction:row;justify-content:space-between;align-items:center}}.status-bar{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.25rem}@media (min-width: 768px){.status-bar{grid-template-columns:repeat(4,1fr);gap:1rem}}.status-card{background:#f5f5f3;border:1px solid #e5e5e0;border-radius:2px;padding:.875rem 1rem;display:flex;flex-direction:column;gap:.25rem}.status-card-clickable{cursor:pointer;transition:border-color .15s,background .15s}.status-card-clickable:hover{border-color:#111;background:#ebebea}.status-card-alert{border-color:#fecaca;background:#fff5f5}.status-card-alert .status-card-value{color:#b91c1c}.status-card-active{border-color:#a7f3d0;background:#f0fdf4}.status-card-active .status-card-value{color:#1a7340}.status-card-value{font-size:1.5rem;font-weight:700;color:#111;line-height:1;display:flex;align-items:center;gap:.5rem}.status-card-label{font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#666;display:flex;flex-direction:column;gap:.1rem}.status-card-sub{font-weight:400;letter-spacing:0;text-transform:none;font-size:.68rem;color:#999}.status-card-dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-dot-red{background:#b91c1c}.status-live-badge{font-size:.6rem;font-weight:700;letter-spacing:.08em;color:#fff;background:#1a7340;padding:.1rem .35rem;border-radius:2px;text-transform:uppercase;animation:pulse 1.5s ease-in-out infinite}.live-indicator{font-size:.68rem;font-weight:700;letter-spacing:.08em;color:#1a7340;background:#f0fdf4;border:1px solid #a7f3d0;padding:.1rem .4rem;border-radius:2px;text-transform:uppercase;margin-left:.5rem;animation:pulse 1.5s ease-in-out infinite}.admin-actions{display:flex;flex-direction:column;gap:.5rem;width:100%}.admin-actions-group{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width: 767px){.admin-actions-group .btn{flex:1 1 100%;white-space:normal;text-align:center;min-height:44px}}@media (min-width: 768px){.admin-actions{gap:.375rem;width:auto}.admin-actions-group{gap:.5rem}.admin-actions-group .btn{flex:none;white-space:nowrap}.admin-actions-cache{padding-top:.375rem;border-top:1px solid #e5e5e0}}.btn{padding:.75rem .875rem;border:1px solid #e5e5e0;border-radius:2px;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:border-color .15s,color .15s,background .15s,opacity .2s;white-space:nowrap;min-height:40px;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;background:#fff;color:#555}.btn-reimport{border-color:#d97706;color:#92400e}.btn-reimport:hover{background:#fffbeb;border-color:#b45309;color:#78350f}.btn-danger{background:#b91c1c;color:#fff;border-color:#b91c1c;min-height:40px}.btn-danger:hover{opacity:.85;color:#fff}.success-message{background:#f0fdf4;color:#1a7340;padding:.875rem 1rem;border-radius:2px;margin-bottom:1rem;border:1px solid #a7f3d0;font-size:.88rem}.loading{text-align:center;padding:3rem;color:#999;font-size:.88rem}.notifications-container{position:fixed;top:1rem;right:1rem;z-index:9000;display:flex;flex-direction:column;gap:.5rem;max-width:360px;pointer-events:none}.notification{padding:.75rem 1rem;border-radius:2px;font-size:.82rem;font-weight:600;line-height:1.4;border:1px solid;pointer-events:auto;animation:slideInRight .2s ease;word-break:break-word}.notification-success{background:#f0fdf4;color:#1a7340;border-color:#a7f3d0}.notification-error{background:#fff5f5;color:#b91c1c;border-color:#fecaca}.notification-info{background:#f5f5f3;color:#333;border-color:#e5e5e0}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:8000}.confirm-dialog{background:#fff;border:1px solid #e5e5e0;border-radius:2px;padding:1.5rem;max-width:440px;width:90%;box-shadow:0 8px 32px #0000001f}.confirm-message{margin:0 0 1.25rem;font-size:.9rem;color:#111;line-height:1.5;white-space:pre-line}.confirm-actions{display:flex;gap:.5rem;justify-content:flex-end}.feeds-table-container,.feeds-table-wrapper{background:#fff;border-radius:2px;border:1px solid #e5e5e0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;margin:0;width:100%}.quick-filter-bar{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;padding:.75rem .75rem 0}.quick-filter-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.3rem .75rem;border-radius:20px;border:1px solid #e5e5e0;background:#e5e5e0;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#555;cursor:pointer;transition:background .15s,border-color .15s,color .15s;font-family:inherit}.quick-filter-pill:hover{border-color:#111;color:#111}.quick-filter-pill.active{background:#0f7c6b;border-color:#0f7c6b;color:#fff}.quick-filter-pill.active .pill-count{background:#ffffff40;color:#fff}.pill-count{background:#0000001f;border-radius:10px;padding:.05rem .4rem;font-size:.68rem;font-weight:700;min-width:1.5rem;text-align:center}.feeds-table{width:100%;border-collapse:separate;border-spacing:0;min-width:1050px;table-layout:auto}.feeds-table th,.feeds-table td{display:table-cell;border:1px solid #e5e5e0}.feeds-table td,.feeds-table th{vertical-align:top}.feeds-table thead{background:#f5f5f3}.feeds-table th{padding:.5rem;text-align:left;font-weight:700;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:#555;border-bottom:2px solid #e5e5e0;white-space:nowrap;position:relative}.feeds-table td{padding:.5rem;font-size:.75rem;color:#333;word-break:break-word;vertical-align:top}.feeds-table tr:hover{background:#f5f5f3}.feeds-table tr.inactive{opacity:.55}.feeds-table tr.row-error{border-left:3px solid #b91c1c}.feeds-table tr.row-warning{border-left:3px solid #d97706}.feeds-table tr.row-no-url{opacity:.6}.indexed-progress-bar{width:60px;height:4px;background:#e5e5e0;border-radius:2px;overflow:hidden;margin-top:3px;position:relative}.indexed-progress-bar:after{content:"";display:block;height:100%;width:var(--bar-width, 0%);background:var(--bar-color, #e5e5e0);border-radius:2px;transition:width .3s ease}.column-filter{width:100%;padding:.25rem;font-size:.68rem;border:1px solid #e5e5e0;border-radius:2px;margin-top:.25rem;background:#fff;color:#111;font-family:inherit}.column-filter:focus{outline:none;border-color:#111}.column-filter::placeholder{color:#bbb;font-size:.62rem}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable-header:hover{background:#ebebea}.sortable-header>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.sort-icon{margin-left:.25rem;font-size:.75rem;color:#555;font-weight:700}.badge{display:inline-block;padding:.2rem .6rem;border-radius:2px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.badge-success{background:#f0fdf4;color:#1a7340;border:1px solid rgba(26,115,64,.2)}.badge-error{background:#fff5f5;color:#b91c1c;border:1px solid #fecaca}.badge-warning{background:#fef9c3;color:#713f12;border:1px solid #fde047}.badge-inactive{background:#f5f5f3;color:#666;border:1px solid #e5e5e0}.badge-progress{background:#f5f5f3;color:#111;border:1px solid #e5e5e0}.badge-pending{background:#f5f5f3;color:#999;border:1px solid #e5e5e0}.indexed-full{color:#1a7340;font-weight:700}.indexed-partial{color:#92400e;font-weight:600}.indexed-percentage{font-size:.82em;color:#999;font-weight:400}.feed-url{color:#555;text-decoration:none;word-break:break-word;overflow-wrap:break-word;max-width:100%;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px solid #e5e5e0;transition:color .15s,border-color .15s}.feed-url:hover{color:#111;border-color:#111}.action-buttons{display:flex;gap:.25rem;flex-wrap:nowrap;align-items:center;justify-content:flex-start;white-space:nowrap}@media (min-width: 768px){.action-buttons{gap:.375rem}}.btn-icon{background:none;border:none;font-size:1.1rem;cursor:pointer;padding:.375rem;border-radius:2px;transition:background .15s;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;color:#555}.btn-icon:hover{background:#f5f5f3;color:#111}.btn-icon.btn-danger{color:#b91c1c}.btn-icon.btn-danger:hover{background:#fff5f5}@media (min-width: 768px){.btn-icon{min-width:auto;min-height:auto;padding:.25rem .375rem}}.empty-state{text-align:center;padding:3rem;color:#999;font-size:.88rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d1;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:0;border-radius:2px;border:1px solid #e5e5e0;max-width:600px;width:90%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;position:relative}.modal-content h2{margin:0;padding:1.5rem 1.5rem 1.25rem;flex-shrink:0;border-bottom:1px solid #e5e5e0;font-size:1rem;font-weight:700;letter-spacing:-.01em;color:#111}.modal-content form{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.modal-form-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.25rem 1.5rem;min-height:0}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.375rem;font-weight:700;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:#555}@media (min-width: 768px){.form-group label{font-size:.78rem}}.form-group input,.form-group select{width:100%;padding:.875rem 1rem;border:1px solid #e5e5e0;border-radius:2px;font-size:.9rem;min-height:44px;font-family:inherit;background:#fff;color:#111;transition:border-color .15s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#111}@media (min-width: 768px){.form-group input,.form-group select{padding:.625rem .875rem;min-height:auto}}.form-group input:disabled{background:#f5f5f3;cursor:not-allowed}.form-group input[type=checkbox]{width:auto;margin-right:.5rem}.feed-info-readonly{padding:.625rem 1rem;background:#f5f5f3;border:1px solid #e5e5e0;border-radius:2px;font-size:.88rem;color:#555;font-family:inherit;min-height:44px;display:flex;align-items:center}@media (min-width: 768px){.feed-info-readonly{min-height:auto;padding:.5rem .875rem}}.form-actions{display:flex;gap:.5rem;justify-content:space-between;align-items:center;margin-top:auto;padding:.875rem 1rem;border-top:1px solid #e5e5e0;flex-shrink:0;background:#fff;width:100%;min-width:0}.form-actions .btn{flex:none;min-width:40px;width:40px;height:40px;min-height:40px;max-height:40px;padding:0;font-size:1rem;flex-shrink:0}.form-actions-right{display:flex;gap:.5rem;margin-left:auto;flex-shrink:0;min-width:0;align-items:center}.modal-content .form-actions .btn-danger,.modal-content .form-actions .btn-primary,.modal-content .form-actions .btn-secondary{flex-shrink:0;flex:none;min-width:40px;width:40px;height:40px;min-height:40px;max-height:40px;padding:0;display:flex;align-items:center;justify-content:center}.background-processes-panel{background:#f5f5f3;border:1px solid #e5e5e0;border-radius:2px;padding:1.25rem;margin-bottom:1.5rem}.background-processes-panel h3{margin-top:0;margin-bottom:.875rem;color:#111;font-size:1rem;font-weight:700;letter-spacing:-.01em;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.processes-section{margin-bottom:1.25rem}.processes-section:last-child{margin-bottom:0}.processes-section h4{margin-bottom:.625rem;color:#666;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.process-item{background:#fff;border:1px solid #e5e5e0;border-radius:2px;padding:.875rem;margin-bottom:.625rem}.process-item:last-child{margin-bottom:0}.process-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.process-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.process-duration,.process-percentage{font-size:.8rem;color:#666;font-weight:700}.process-eta{font-size:.78rem;color:#d97706;font-weight:700}.process-details{display:flex;gap:.875rem;font-size:.8rem;color:#666;margin-bottom:.5rem;flex-wrap:wrap}.process-details .remaining{color:#b91c1c;font-weight:700}.process-progress{margin-top:.5rem}.progress-bar{width:100%;height:4px;background:#e5e5e0;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:#0f7c6b;transition:width .3s ease}.import-process .progress-fill{background:#1a7340}.indexing-process .progress-fill{background:#555}.btn-cancel-process{background:#b91c1c;color:#fff;border:none;border-radius:2px;padding:.25rem .5rem;cursor:pointer;font-size:.78rem;font-weight:700;transition:opacity .2s;min-width:32px;min-height:32px;display:flex;align-items:center;justify-content:center;font-family:inherit}.btn-cancel-process:hover{opacity:.82}.btn-cancel-process:active{transform:scale(.95)}.floating-action-bar{position:fixed;bottom:0;left:0;right:0;background:#111;color:#fff;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;z-index:500;flex-wrap:wrap;border-top:2px solid #0f7c6b}.bulk-count{font-size:.82rem;font-weight:700;letter-spacing:.04em;color:#e5e5e0;margin-right:.5rem;white-space:nowrap}@media (max-width: 767px){.floating-action-bar{padding:.75rem 1rem;gap:.5rem}.floating-action-bar .btn{flex:1 1 auto;min-height:44px}.bulk-count{width:100%;margin-right:0}}.history-panel{margin-top:1.5rem;border:1px solid #e5e5e0;border-radius:2px;overflow:hidden;margin-bottom:4rem}.history-toggle{width:100%;padding:.875rem 1rem;background:#f5f5f3;border:none;border-radius:0;text-align:left;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#555;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.history-toggle:hover{background:#ebebea;color:#111}.history-content{padding:1rem;border-top:1px solid #e5e5e0}.history-filter-row{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.history-item{display:flex;align-items:flex-start;gap:.625rem;padding:.75rem;border:1px solid #e5e5e0;border-radius:2px;background:#fff;font-size:.82rem}.history-item-success{border-left:3px solid #1a7340}.history-item-error{border-left:3px solid #b91c1c}.history-item-in_progress{border-left:3px solid #d97706}.history-icon{font-size:1rem;flex-shrink:0;line-height:1.2}.history-body{flex:1;min-width:0}.history-title{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}.history-date{font-size:.72rem;color:#999;white-space:nowrap}.history-details{display:flex;gap:.75rem;flex-wrap:wrap;color:#666;font-size:.78rem}.history-error{color:#b91c1c;word-break:break-word}.history-duration{color:#999;font-style:italic}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}@media (max-width: 767px){.column-filter{padding:.15rem;font-size:.58rem;margin-top:.15rem}.column-filter::placeholder{font-size:.52rem}.feeds-table th,.feeds-table td{padding:.375rem .25rem;font-size:.62rem;line-height:1.2}.feeds-table th:nth-child(1),.feeds-table td:nth-child(1){min-width:32px;max-width:36px}.feeds-table th:nth-child(2),.feeds-table td:nth-child(2){min-width:50px;max-width:60px}.feeds-table th:nth-child(3),.feeds-table td:nth-child(3){min-width:50px;max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feeds-table th:nth-child(4),.feeds-table td:nth-child(4){min-width:60px;max-width:80px}.feeds-table th:nth-child(5),.feeds-table td:nth-child(5){min-width:50px;max-width:70px}.feeds-table th:nth-child(6),.feeds-table td:nth-child(6){min-width:60px;max-width:80px}.feeds-table th:nth-child(7),.feeds-table td:nth-child(7),.feeds-table th:nth-child(8),.feeds-table td:nth-child(8),.feeds-table th:nth-child(9),.feeds-table td:nth-child(9){min-width:60px;max-width:80px;white-space:nowrap}.feeds-table th:nth-child(10),.feeds-table td:nth-child(10){min-width:130px;max-width:150px}.feeds-table td:nth-child(10) .action-buttons{flex-wrap:nowrap;gap:.15rem}.modal-content{max-height:95vh;width:95%}.modal-content h2{padding:1.25rem 1.25rem .875rem}.modal-form-content{padding:.875rem 1.25rem}.form-actions{flex-direction:column;align-items:stretch;gap:.625rem;padding:.875rem 1.25rem;width:100%}.form-actions-right{margin-left:0;flex-direction:column;width:100%;gap:.625rem}.modal-content .form-actions .btn,.modal-content .form-actions-right .btn{width:100%;min-height:44px;flex-shrink:0}.modal-content .form-actions .btn-danger{order:-1;width:100%}.quick-filter-bar{padding:.5rem .5rem 0}.quick-filter-pill{font-size:.65rem;padding:.25rem .5rem}.history-panel{margin-bottom:5rem}}@media (min-width: 768px){.feeds-table th,.feeds-table td{padding:.625rem .75rem;font-size:.82rem}}*,*:before,*:after{box-sizing:border-box}.admin-users{max-width:1600px;margin:0 auto;padding:1rem;font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}@media (min-width: 768px){.admin-users{padding:2rem}}.admin-header{margin-bottom:1.5rem;padding-bottom:.875rem;border-bottom:1px solid #e5e5e0}.admin-header h1{margin:0;color:#111;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}@media (min-width: 768px){.admin-header h1{font-size:1.75rem}}.users-section,.lists-section,.gifts-section{margin-bottom:2.5rem;background:#fff;border-radius:2px;border:1px solid #e5e5e0;padding:1.25rem}.users-section h2,.lists-section h2,.gifts-section h2{margin:0 0 1.25rem;color:#111;font-size:1rem;font-weight:700;letter-spacing:-.01em;display:flex;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #e5e5e0}@media (min-width: 768px){.users-section h2,.lists-section h2,.gifts-section h2{font-size:1.1rem}}.gifts-header{margin-bottom:1.25rem;padding-bottom:.875rem;border-bottom:1px solid #e5e5e0}.gifts-info{margin-top:.875rem;color:#666;font-size:.85rem}.gifts-info p{margin:.375rem 0}.users-table-container,.lists-table-container,.gifts-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.users-table,.lists-table,.gifts-table{width:100%;border-collapse:collapse;font-size:.85rem}@media (min-width: 768px){.users-table,.lists-table,.gifts-table{font-size:.88rem}}.users-table thead,.lists-table thead,.gifts-table thead{background:#f5f5f3;border-bottom:1px solid #e5e5e0}.users-table th,.lists-table th,.gifts-table th{padding:.75rem .625rem;text-align:left;font-weight:700;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:#555;white-space:nowrap}.users-table th:last-child,.users-table td:last-child{width:200px;white-space:nowrap;padding:.375rem}.users-table td:last-child>div{display:flex;gap:.25rem;align-items:center;justify-content:flex-start;flex-wrap:nowrap}.users-table td:last-child .btn{padding:.2rem .5rem;font-size:.68rem;min-height:26px;height:26px;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0}.users-table td,.lists-table td,.gifts-table td{padding:.75rem .625rem;border-bottom:1px solid #e5e5e0;vertical-align:middle}.lists-table th:nth-child(1),.lists-table td:nth-child(1){width:60px;text-align:center}.lists-table th:nth-child(2),.lists-table td:nth-child(2){min-width:150px;max-width:250px}.lists-table th:nth-child(3),.lists-table td:nth-child(3){min-width:150px;max-width:300px}.lists-table th:nth-child(4),.lists-table td:nth-child(4){width:100px;text-align:center}.lists-table th:nth-child(5),.lists-table td:nth-child(5){width:140px;white-space:nowrap}.lists-table th:last-child,.lists-table td:last-child{width:200px;white-space:nowrap;padding:.375rem}.lists-table td:last-child>div{display:flex;gap:.25rem;align-items:center;justify-content:flex-start;flex-wrap:nowrap}.lists-table td:last-child .btn{padding:.2rem .5rem;font-size:.68rem;min-height:26px;height:26px;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0}.users-table tbody tr:hover,.lists-table tbody tr:hover,.gifts-table tbody tr:hover,.users-table tbody tr.selected,.lists-table tbody tr.selected,.gifts-table tbody tr.selected{background:#f5f5f3}.gifts-table tbody tr.reserved{background:#1a73400d}.status-badge{display:inline-block;padding:.2rem .6rem;border-radius:2px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.status-badge.active{background:#f0fdf4;color:#1a7340;border:1px solid rgba(26,115,64,.2)}.status-badge.inactive{background:#fff5f5;color:#b91c1c;border:1px solid #fecaca}.admin-badge{display:inline-block;padding:.2rem .6rem;border-radius:2px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#0f7c6b;color:#fff}.btn{padding:.5rem .875rem;border:1px solid #e5e5e0;border-radius:2px;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:border-color .15s,color .15s,background .15s,opacity .2s;min-height:36px;font-family:inherit;background:#fff;color:#555}.btn:hover{border-color:#111;color:#111}.btn-sm{padding:.3rem .625rem;font-size:.68rem;min-height:28px}.btn-primary{background:#0f7c6b;color:#fff;border-color:#0f7c6b}.btn-primary:hover{opacity:.82;color:#fff}.btn-secondary{background:#f5f5f3;color:#555}.btn-secondary:hover{border-color:#111;color:#111}.btn-warning{background:#92400e;color:#fff;border-color:#92400e}.btn-warning:hover{opacity:.85;color:#fff}.btn-danger{background:#b91c1c;color:#fff;border-color:#b91c1c}.btn-danger:hover:not(:disabled){opacity:.85;color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.gift-link,.email-link{color:#555;text-decoration:none;font-weight:500;border-bottom:1px solid #e5e5e0;transition:color .15s,border-color .15s;font-size:.88rem}.gift-link:hover,.email-link:hover{color:#111;border-color:#111}.message-cell{max-width:300px;word-break:break-word;white-space:normal;font-size:.85rem}.loading{text-align:center;padding:2rem;color:#999;font-size:.88rem}.error-message{background:#fff5f5;color:#b91c1c;padding:.875rem 1rem;border-radius:2px;margin-bottom:1rem;border:1px solid #fecaca;font-size:.88rem}.empty-state{text-align:center;padding:2rem;color:#999;font-size:.88rem}.modal-overlay,.delete-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d1;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.delete-confirmation-modal,.delete-dialog-content{background:#fff;border-radius:2px;border:1px solid #e5e5e0;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}.modal-header,.delete-dialog-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e5e5e0;display:flex;justify-content:space-between;align-items:center}.modal-header h3,.delete-dialog-header h3{margin:0;color:#b91c1c;font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.modal-close,.delete-dialog-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999;padding:.25rem;border-radius:2px;transition:color .15s,background .15s}.modal-close:hover,.delete-dialog-close:hover{background:#f5f5f3;color:#111}.modal-body,.delete-dialog-body{padding:1.5rem;flex:1}.delete-warning{text-align:center;margin-bottom:1.5rem;padding:.875rem 1rem;background:#fef9c3;border:1px solid #fde047;border-radius:2px;display:flex;align-items:flex-start;gap:.875rem}.warning-icon{font-size:1.75rem;flex-shrink:0}.user-info{font-size:.95rem;color:#713f12;margin:.375rem 0}.delete-details{margin-bottom:1.5rem}.delete-details h4{color:#555;margin-bottom:.5rem;font-size:.88rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.delete-details ul{margin:0;padding-left:1.5rem;margin-bottom:1.25rem}.delete-details li{margin-bottom:.375rem;color:#555;font-size:.85rem;line-height:1.5}.confirmation-input{margin-bottom:1rem;margin-top:1.25rem}.confirmation-input label{display:block;margin-bottom:.375rem;font-weight:700;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:#555}.confirmation-input-field{width:100%;padding:.75rem .875rem;border:1px solid #e5e5e0;border-radius:2px;font-size:.9rem;font-family:inherit;color:#111;background:#fff;transition:border-color .15s}.confirmation-input-field:focus{outline:none;border-color:#111}.modal-footer,.delete-dialog-footer{padding:1.25rem 1.5rem;border-top:1px solid #e5e5e0;display:flex;gap:.875rem;justify-content:flex-end;background:#f5f5f3}.modal-footer .btn{min-width:90px}@media (max-width: 768px){.admin-users,.users-section,.lists-section,.gifts-section{padding:1rem}.users-table,.lists-table,.gifts-table{font-size:.75rem}.users-table th,.lists-table th,.gifts-table th,.users-table td,.lists-table td,.gifts-table td{padding:.5rem .375rem}.message-cell{max-width:200px;font-size:.72rem}.btn-sm{padding:.2rem .375rem;font-size:.68rem;min-height:26px}}@media (max-width: 576px){.delete-confirmation-modal,.delete-dialog-content{max-height:95vh}}
