.todo-input-group{gap:.5rem;margin-bottom:1rem;display:flex}.todo-input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;flex:1;padding:.75rem;font-family:inherit;font-size:1rem}.todo-input:focus{background:#ffffff14;border-color:#3b82f6;outline:none}.todo-input::placeholder{color:#fff6}.btn-small{padding:.75rem 1.25rem;font-size:.9rem}.todo-list-actions{justify-content:flex-start;margin-top:.75rem;margin-bottom:.75rem;display:flex}.todo-list{flex-direction:column;gap:.5rem;display:flex}.todo-item-admin{background:#ffffff08;border:1px solid #ffffff1a;border-radius:.5rem;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem;transition:background .2s;display:flex}.todo-item-admin:hover{background:#ffffff0d}.todo-checkbox-label{cursor:pointer;flex:1;align-items:center;gap:.75rem;display:flex}.todo-checkbox{cursor:pointer;accent-color:#3b82f6;width:1.25rem;height:1.25rem}.todo-text-admin{color:#fff;-webkit-user-select:none;user-select:none;flex:1;font-size:1rem}.todo-text-admin.completed{opacity:.5}.todo-actions{align-items:center;gap:.5rem;display:flex}@media (max-width:600px){.todo-item-admin{flex-direction:column;align-items:stretch;gap:.625rem;padding:.875rem}.todo-checkbox-label{align-items:flex-start;width:100%}.todo-text-admin{word-break:break-word;font-size:.875rem;line-height:1.35}.todo-actions{border-top:1px solid #ffffff14;justify-content:flex-end;width:100%;padding-top:.5rem}.todo-actions .btn-small{padding:.4rem .65rem;font-size:.8rem}}.todo-edit-input{color:#fff;background:#ffffff1a;border:1px solid #3b82f680;border-radius:.25rem;outline:none;flex:1;padding:.5rem;font-family:inherit;font-size:1rem}.todo-edit-input:focus{background:#ffffff26;border-color:#3b82f6}.todo-edit-btn{color:#93c5fd;cursor:pointer;background:#3b82f633;border:1px solid #3b82f64d;border-radius:.25rem;padding:.25rem .5rem;font-size:.9rem;line-height:1;transition:all .2s}.todo-edit-btn:hover{color:#fff;background:#3b82f64d;border-color:#3b82f680}.todo-delete-btn{color:#fca5a5;cursor:pointer;background:#ef444433;border:1px solid #ef44444d;border-radius:.25rem;padding:.25rem .5rem;font-size:1rem;line-height:1;transition:all .2s}.todo-delete-btn:hover:not(:disabled){color:#fff;background:#ef44444d;border-color:#ef444480}.todo-delete-btn:disabled{opacity:.5;cursor:not-allowed}*{box-sizing:border-box}body{color:#fff;background:#0a0a0a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.admin-page{-webkit-overflow-scrolling:touch;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);min-height:100vh;overflow:hidden auto}.loading-screen{justify-content:center;align-items:center;height:100vh;padding:2rem;display:flex}.loading-content{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;padding:3rem 2rem}.loading-icon{margin-bottom:1rem;font-size:3rem;animation:2s infinite pulse}.loading-text{color:#ccc;font-size:1.1rem}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#ffffff0d;border-bottom:1px solid #ffffff1a;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.header-title{align-items:center;gap:.75rem;display:flex}.sync-status{opacity:.8;margin-left:.5rem;font-size:.8rem;transition:opacity .2s}.sync-status.connected{opacity:1}.sync-status.syncing{animation:1.5s ease-in-out infinite pulse}.sync-status.disconnected{opacity:.6}.title-icon{font-size:1.5rem}.header-title h1{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:600}.header-actions{gap:.75rem;display:flex}.btn{cursor:pointer;box-sizing:border-box;word-wrap:break-word;white-space:normal;text-align:center;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;max-width:100%;min-height:2.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;text-shadow:0 1px 2px #0000004d;background:#3b82f6;font-weight:600}.btn-primary:hover:not(:disabled){color:#fff;background:#2563eb;transform:translateY(-1px)}.btn-secondary{color:#fff;text-shadow:0 1px 2px #0000004d;background:#ffffff26;border:1px solid #ffffff4d;font-weight:600}.btn-secondary:hover{color:#fff;background:#ffffff40;border-color:#fff6;transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.toast{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff1a;border-radius:.75rem;max-width:400px;margin:0 auto;padding:1rem;animation:.3s ease-out toastSlideIn;position:fixed;top:1rem;left:1rem;right:1rem;box-shadow:0 10px 25px #0000004d}.toast-content{align-items:center;gap:.75rem;display:flex}.toast-icon{flex-shrink:0;font-size:1.25rem}.toast-message{font-size:.95rem;font-weight:500;line-height:1.4}.toast-saving{color:#60a5fa;background:#3b82f626;border-color:#3b82f64d}.toast-saved{color:#4ade80;background:#22c55e26;border-color:#22c55e4d}.toast-error{color:#f87171;background:#ef444426;border-color:#ef44444d}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.toast{max-width:none;padding:.875rem;top:.75rem;left:.75rem;right:.75rem}.toast-content{gap:.5rem}.toast-icon{font-size:1.125rem}.toast-message{font-size:.9rem}}@media (max-width:480px){.toast{padding:.75rem;top:.5rem;left:.5rem;right:.5rem}.toast-message{font-size:.85rem}}.main-content{max-width:1200px;margin:0 auto;padding:1.5rem}.settings-container{max-width:800px;margin:0 auto;padding:0 1rem;overflow:hidden}.settings-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff14;border-radius:1.25rem;width:100%;margin-bottom:1.25rem;padding:1.5rem;transition:all .2s;overflow:hidden}.settings-section:hover{background:#ffffff0d;border-color:#ffffff1f}.quick-toggles-section{background:#3b82f60d;border-color:#3b82f633}.quick-toggles-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (max-width:480px){.quick-toggles-grid{grid-template-columns:1fr}}.section-header{border-bottom:1px solid #ffffff1a;margin-bottom:1.25rem;padding-bottom:.875rem}.section-header h2{color:#fff;align-items:center;gap:.5rem;margin:0 0 .375rem;font-size:1.25rem;font-weight:600;display:flex}.section-description{color:#a0a0a0;margin:0;font-size:.85rem;font-weight:400}.settings-section h2{color:#fff;align-items:center;gap:.5rem;margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;display:flex}.toggle-item{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.toggle-item:last-child{border-bottom:none}.toggle-label{color:#fff;text-shadow:0 1px 2px #0000004d;font-weight:600}.toggle{cursor:pointer;background:#fff3;border:none;border-radius:1rem;width:3rem;height:1.5rem;padding:0;transition:all .3s;position:relative}.toggle.active{background:#3b82f6}.toggle-slider{background:#fff;border-radius:50%;width:1.25rem;height:1.25rem;transition:all .3s;position:absolute;top:.125rem;left:.125rem}.toggle.active .toggle-slider{transform:translate(1.5rem)}.setting-group{margin:0 0 1.25rem}.setting-group:last-child{margin-bottom:0}.group-label{color:#e0e0e0;letter-spacing:.01em;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:block}.group-label-with-action{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.group-label-with-action .group-label{margin-bottom:0}.refresh-button-compact{cursor:pointer;color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:.5rem;justify-content:center;align-items:center;padding:.375rem .625rem;font-size:1rem;transition:all .2s;display:flex}.refresh-button-compact:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff40;transform:scale(1.05)}.refresh-button-compact:disabled{opacity:.5;cursor:not-allowed;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.radio-group{flex-direction:column;gap:.5rem;display:flex}.radio-option{cursor:pointer;text-align:left;color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:.5rem;align-items:center;gap:.75rem;width:100%;padding:.75rem;font-weight:500;transition:all .2s;display:flex}.radio-option:hover{color:#fff;background:#ffffff26;border-color:#ffffff40}.radio-option.active{color:#fff;text-shadow:0 1px 2px #0000004d;background:#3b82f6;border-color:#3b82f6;font-weight:600}.radio-group.segmented{flex-flow:wrap;gap:.25rem;width:100%;padding:.25rem 0;display:flex}.radio-group.segmented .radio-option{text-align:center;white-space:nowrap;text-overflow:ellipsis;touch-action:manipulation;flex:auto;justify-content:center;min-width:80px;max-width:calc(33.333% - .167rem);padding:.75rem .5rem;overflow:hidden}@media (max-width:768px){.radio-group.segmented .radio-option{max-width:calc(50% - .125rem)}}.radio-group.segmented .radio-option .radio-content{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.125rem;min-width:0;display:flex}.radio-group.segmented .radio-option .radio-label{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:1.2;display:block;overflow:hidden}.radio-group.segmented .radio-option .radio-description{text-overflow:clip;white-space:normal;opacity:.8;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:.7rem;line-height:1.2;display:block;overflow:visible}.section-subtitle{color:#ffffffb3;margin:0 0 .75rem;font-size:.9rem}.admin-sticky-actions{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;box-sizing:border-box;background:linear-gradient(#0a0a0a00 0%,#0a0a0a99 40%,#0a0a0acc 100%);gap:.75rem;width:100%;padding:.75rem 1rem;display:flex;position:sticky;bottom:0;left:0;right:0}.admin-sticky-actions .btn{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;max-width:none;overflow:hidden}@supports not ((-webkit-backdrop-filter:blur(6px)) or (backdrop-filter:blur(6px))){.admin-sticky-actions{-webkit-backdrop-filter:none;backdrop-filter:none}}@media (max-width:768px){.header-actions{display:none}}@media (min-width:768px){.admin-sticky-actions{display:none}}.radio-icon{flex-shrink:0;font-size:1.25rem}.radio-content{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.25rem;display:flex}.radio-label{font-size:.875rem;font-weight:500;line-height:1.2}.radio-description{opacity:.8;color:#fffc;font-size:.75rem;font-weight:400;line-height:1.1}.location-examples-loading{color:#3b82f6;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:flex}.location-examples-real{color:#10b981;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:flex}.location-examples-fallback{color:#f59e0b;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:flex}.setting-label{color:#fff;margin-bottom:.5rem;font-weight:500;display:block}.input{color:#fff;background:#ffffff0d;border:1px solid #fff3;border-radius:.5rem;width:100%;padding:.75rem;font-size:.875rem;transition:all .2s}.input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.input::placeholder{color:#ffffff80}.input-group{align-items:flex-end;gap:.75rem;display:flex}.input-group .input{flex:1}.input-group .btn{flex-shrink:0}.text-input{border:2px solid var(--border-color);background:var(--bg-color);width:100%;color:var(--text-color);border-radius:8px;padding:12px 16px;font-family:inherit;font-size:16px;transition:all .2s}.setting-help{color:var(--text-muted);margin-top:8px;font-size:14px;line-height:1.4}select.text-input option{background:var(--bg-color);color:var(--text-color)}.stats-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;padding:1rem}.stat-label{color:#ffffffb3;margin-bottom:.5rem;font-size:.875rem}.stat-value{color:#3b82f6;font-size:1.25rem;font-weight:600}@media (max-width:768px){.header-content{text-align:center;flex-direction:column;gap:1rem}.header-actions{justify-content:center;width:100%}.main-content,.settings-section{padding:1rem}.stats-grid{grid-template-columns:1fr}.input-group{flex-direction:column;align-items:stretch}.input-group .btn{width:100%}}@media (max-width:480px){.header-title h1{font-size:1.25rem}.btn{touch-action:manipulation;min-height:3rem;padding:.875rem 1rem;font-size:.9rem}.settings-section h2{font-size:1.125rem}.toggle-item{flex-direction:column;align-items:flex-start;gap:.75rem}.toggle{align-self:flex-end}.radio-option{min-height:3rem;padding:.75rem 1rem}.radio-group.segmented .radio-option{box-sizing:border-box;flex:calc(50% - .25rem);min-width:0;max-width:calc(50% - .25rem);min-height:auto;padding:.625rem .375rem;font-size:.78rem}.radio-group.segmented .radio-option .radio-content{gap:.15rem;width:100%;min-width:0}.radio-group.segmented .radio-option .radio-label{white-space:normal;word-break:break-word;text-overflow:clip;text-align:center;font-size:.78rem;line-height:1.25;overflow:visible}.radio-group.segmented .radio-option .radio-description{white-space:normal;text-overflow:clip;word-break:break-word;text-align:center;opacity:.8;font-size:.68rem;line-height:1.25;overflow:visible}.radio-group.segmented .radio-option .radio-icon{margin-bottom:.2rem;font-size:.95rem;display:inline-block}.settings-section{margin-bottom:1.5rem;padding:1.25rem}.setting-group{gap:1.25rem}.admin-sticky-actions{gap:1rem;width:100vw;max-width:100vw;padding:1rem;left:0;right:0}.admin-sticky-actions .btn{flex:1;min-width:0;padding:1rem;font-size:.9rem}}@media (max-width:360px){.radio-group.segmented{flex-direction:column;gap:.5rem;display:flex}.radio-group.segmented .radio-option{text-align:left;flex:none;justify-content:flex-start;width:100%;min-height:2.75rem;padding:.75rem;font-size:.8rem}.radio-group.segmented .radio-option .radio-content{text-align:left;align-items:flex-start;gap:.25rem}.radio-group.segmented .radio-option .radio-label{font-size:.8rem}.radio-group.segmented .radio-option .radio-description{white-space:normal;text-overflow:clip;font-size:.7rem;line-height:1.3;overflow:visible}.radio-group.segmented .radio-option .radio-icon{margin-bottom:0;margin-right:.5rem;font-size:1rem}}.login-root{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;width:100%;max-width:400px;padding:2rem}.login-header{margin-bottom:2rem}.login-icon{margin-bottom:1rem;font-size:3rem;display:block}.login-title{color:#fff;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.login-subtitle{color:#ffffffb3;font-size:.875rem}.login-form{flex-direction:column;gap:1.5rem;display:flex}.input-group{text-align:left}.input-label{color:#fff;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.password-input{color:#fff;background:#ffffff0d;border:1px solid #fff3;border-radius:.5rem;width:100%;padding:.75rem;font-size:1rem;transition:all .2s}.password-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.password-input::placeholder{color:#ffffff80}.error-message{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;display:flex}.login-button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.login-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.login-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.loading-spinner{border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:1rem;height:1rem;animation:1s linear infinite spin}.setting-group{flex-direction:column;gap:1rem;display:flex}.setting-separator{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);border-radius:1px;height:1px;margin:.5rem 0}.custom-location-input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;flex-direction:column;gap:.5rem;margin-top:1rem;padding:1rem;display:flex}.input-label{color:#ffffffe6;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.text-input{color:#fff;background:#0000004d;border:1px solid #fff3;border-radius:.375rem;width:100%;padding:.75rem;font-size:.875rem;transition:all .2s}.text-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.text-input::placeholder{color:#ffffff80}.input-help{color:#fff9;font-size:.75rem;font-style:italic}@media (max-width:768px){.custom-location-input{padding:.75rem}.text-input{padding:.625rem;font-size:.8rem}}.location-refresh-section{text-align:center;margin-top:1rem}.refresh-button{color:#60a5fa;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;transition:all .2s;display:inline-flex}.refresh-button:hover:not(:disabled){color:#93c5fd;background:#3b82f633;border-color:#3b82f680}.refresh-button:disabled{opacity:.5;cursor:not-allowed}.checkbox-group{margin-bottom:12px}.checkbox-label{cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:12px;transition:background-color .2s;display:flex}.checkbox-label:hover{background-color:#3b82f626}.checkbox-input{cursor:pointer;accent-color:#3b82f6;width:20px;height:20px}.checkbox-text{color:#f9fafb;-webkit-user-select:none;user-select:none;font-size:15px;font-weight:600}.url-input-group{flex-wrap:wrap;align-items:flex-end;gap:.75rem;width:100%;margin-bottom:1rem;display:flex}.url-input-col{flex-direction:column;gap:.25rem;display:flex}.url-input-col.type-col{flex:1;min-width:120px}.url-input-col.label-col{flex:1;min-width:130px}.url-input-col.url-col{flex:2;min-width:200px}.url-add-btn{align-self:flex-end;height:42px}.url-list{flex-direction:column;gap:.75rem;width:100%;max-width:100%;display:flex;overflow:hidden}.url-item-card{box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff1a;border-radius:.75rem;flex-direction:column;gap:.75rem;width:100%;max-width:100%;padding:1rem;display:flex;position:relative;overflow:hidden}.url-item-header{justify-content:space-between;align-items:flex-start;gap:.75rem;width:100%;min-width:0;display:flex}.url-item-info{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex;overflow:hidden}.url-item-title-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.url-item-label{color:#fff;font-size:.95rem;font-weight:700}.url-item-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:600}.url-item-badge.embed{color:#fff;background:#3b82f6}.url-item-badge.text{color:#cbd5e1;background:#ffffff26}.url-item-link-text{color:#fff9;word-break:break-all;overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;max-width:100%;font-size:.8rem;line-height:1.35}.url-controls-container{box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:.5rem;flex-wrap:wrap;gap:1rem;width:100%;margin-top:.25rem;padding:.75rem;display:flex}.url-control-col{flex:1;min-width:140px}@media (max-width:600px){.url-input-group{flex-direction:column;align-items:stretch;gap:.75rem}.url-input-col.type-col,.url-input-col.label-col,.url-input-col.url-col{width:100%;min-width:100%}.url-add-btn{align-self:stretch;width:100%;height:44px}.url-controls-container{flex-direction:column;gap:.75rem}.url-control-col{width:100%;min-width:100%}}
