.whats-next-standalone{position:relative;bottom:0;left:0;right:0;flex:1;z-index:10;background:rgba(0,0,0,0);pointer-events:none;display:flex;justify-content:flex-end}.whats-next-standalone>*{pointer-events:auto}.whats-next-standalone.edit-mode{position:sticky;margin-top:auto;padding-top:3rem;padding-bottom:2rem;pointer-events:auto;justify-content:flex-start}.whats-next-standalone .whats-next-wrapper{position:relative;width:100%}.whats-next-standalone .whats-next-desktop{display:flex}.whats-next-standalone .whats-next-mobile-card{display:none}@media(max-width:640px){.whats-next-standalone{justify-content:stretch;width:100%}.whats-next-standalone .whats-next-wrapper{max-width:100%;width:100%}.whats-next-standalone .whats-next-desktop{display:none!important}.whats-next-standalone .whats-next-mobile-card{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;width:100%;padding:1rem;border:1px solid var(--tt-border-color);border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}.whats-next-standalone .whats-next-mobile-card:hover{background-color:rgba(255,255,255,.05)}.whats-next-standalone .whats-next-mobile-card .whats-next-card-title{font-size:1rem;font-weight:500;color:var(--foreground)}.whats-next-standalone .whats-next-mobile-card .whats-next-card-label{font-size:.875rem;color:var(--foreground)}}.whats-next-standalone.edit-mode .whats-next-desktop{display:flex!important}.whats-next-standalone.edit-mode .whats-next-mobile-card{display:none!important}.whats-next-standalone .whats-next-container{display:flex;flex-direction:column;gap:1rem;position:relative}.whats-next-standalone .whats-next-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.whats-next-standalone .whats-next-title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin:0;line-height:1.5}.whats-next-standalone .whats-next-description{font-size:.875rem;color:rgba(255,255,255,.7);margin:0;line-height:1.5}.whats-next-standalone .whats-next-content{display:flex;flex-direction:column;gap:.75rem}.whats-next-standalone .whats-next-add-button{width:fit-content}.whats-next-standalone .whats-next-add-button .whats-next-add-icon{width:1rem;height:1rem}.whats-next-standalone .whats-next-selected{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.whats-next-standalone .whats-next-selected .whats-next-selected-text{font-size:.875rem;color:var(--foreground);font-weight:500}.whats-next-standalone .whats-next-selected .whats-next-actions{display:flex;align-items:center;gap:.5rem}.whats-next-standalone .whats-next-selected .whats-next-action-button{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.whats-next-standalone .whats-next-selected .whats-next-action-button .whats-next-action-icon{width:.875rem;height:.875rem}.whats-next-standalone .whats-next-selected .whats-next-action-button.whats-next-go-button:hover{border-color:#10b981;background:rgba(16,185,129,.1)}.whats-next-standalone .whats-next-selected .whats-next-action-button.whats-next-go-button:hover .whats-next-action-icon{color:#10b981}.whats-next-standalone .whats-next-selected .whats-next-action-button.whats-next-edit-button:hover{border-color:#f59e0b;background:rgba(245,158,11,.1)}.whats-next-standalone .whats-next-selected .whats-next-action-button.whats-next-edit-button:hover .whats-next-action-icon{color:#f59e0b}.whats-next-standalone .whats-next-selected .whats-next-action-button.whats-next-delete-button:hover{border-color:#ef4444;background:rgba(239,68,68,.1)}.whats-next-standalone .whats-next-selected .whats-next-action-button.whats-next-delete-button:hover .whats-next-action-icon{color:#ef4444}.whats-next-standalone .whats-next-modal{position:absolute;top:100%;left:0;margin-top:.5rem;background:var(--tt-card-bg-color);border:1px solid var(--tt-border-color);border-radius:12px;width:240px;max-width:230px;max-height:300px;overflow:visible;display:flex;flex-direction:column;animation:slideDown .2s ease;z-index:1000;pointer-events:auto;box-shadow:0 10px 25px rgba(0,0,0,.3)}.whats-next-standalone .whats-next-modal-body{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;border-radius:12px}.whats-next-standalone .whats-next-pages-list{flex:1;overflow-y:auto;padding:.5rem}.whats-next-standalone .whats-next-pages-list::-webkit-scrollbar{width:6px}.whats-next-standalone .whats-next-pages-list::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.whats-next-standalone .whats-next-pages-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.whats-next-standalone .whats-next-pages-list::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.whats-next-standalone .whats-next-page-item{display:flex;align-items:center;justify-content:space-between;padding:.875rem;cursor:pointer;border-radius:8px;transition:all .2s ease;margin-bottom:.25rem}.whats-next-standalone .whats-next-page-item:hover{background:rgba(255,255,255,.05)}.whats-next-standalone .whats-next-page-item .whats-next-page-info{display:flex;align-items:center;justify-content:space-between;width:100%}.whats-next-standalone .whats-next-page-item .whats-next-page-info .whats-next-page-name{font-size:.875rem;color:var(--foreground);font-weight:500}.whats-next-standalone .whats-next-page-item .whats-next-page-info .whats-next-page-category{font-size:.75rem;color:rgba(255,255,255,.5);background:rgba(255,255,255,.08);padding:.25rem .5rem;border-radius:4px;font-weight:500}.whats-next-standalone .whats-next-no-results{text-align:center;padding:2rem;color:rgba(255,255,255,.5);font-size:.875rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.previous-page-standalone{position:relative;bottom:0;left:0;right:0;flex:1;z-index:10;background:rgba(0,0,0,0);pointer-events:none;display:flex;justify-content:flex-start}.previous-page-standalone>*{pointer-events:auto}.previous-page-standalone .previous-page-wrapper{position:relative;width:100%}.previous-page-standalone .previous-page-desktop{display:block}.previous-page-standalone .previous-page-mobile-card{display:none}@media(max-width:640px){.previous-page-standalone{justify-content:stretch;width:100%}.previous-page-standalone .previous-page-wrapper{max-width:100%;width:100%}.previous-page-standalone .previous-page-desktop{display:none!important}.previous-page-standalone .previous-page-mobile-card{display:flex;flex-direction:column;gap:.25rem;width:100%;padding:1rem;border:1px solid var(--tt-border-color);border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}.previous-page-standalone .previous-page-mobile-card:hover{background-color:rgba(255,255,255,.05)}.previous-page-standalone .previous-page-mobile-card .previous-page-card-title{font-size:1rem;font-weight:500;color:var(--foreground)}.previous-page-standalone .previous-page-mobile-card .previous-page-card-label{font-size:.875rem;color:var(--foreground)}}.previous-page-standalone .previous-page-container{display:flex;flex-direction:column;gap:1rem;position:relative}.previous-page-standalone .previous-page-content{display:flex;flex-direction:column;gap:.75rem}.previous-page-standalone .previous-page-selected{display:flex;align-items:center;gap:1rem}.previous-page-standalone .previous-page-selected .previous-page-selected-text{font-size:.875rem;color:var(--foreground);font-weight:500}.previous-page-standalone .previous-page-selected .previous-page-actions{display:flex;align-items:center;gap:.5rem}.previous-page-standalone .previous-page-selected .previous-page-action-button{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.previous-page-standalone .previous-page-selected .previous-page-action-button .previous-page-action-icon{width:.875rem;height:.875rem}.previous-page-standalone .previous-page-selected .previous-page-action-button.previous-page-go-button:hover{border-color:#10b981;background:rgba(16,185,129,.1)}.previous-page-standalone .previous-page-selected .previous-page-action-button.previous-page-go-button:hover .previous-page-action-icon{color:#10b981}