.dream-list-wrapper{padding:1em;width:100%;max-width:800px;margin:0 auto;position:relative;box-sizing:border-box}.dream-list-main{width:100vw;max-width:800px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.fab-button{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background-color:#fff;color:#666;font-size:2em;text-align:center;line-height:56px;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.3);z-index:9999;transition:background-color .3s;text-decoration:none}.fab-button:hover{background-color:#666;color:#fff}.dream-list-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5em;margin-bottom:1em}.dream-list-header button{padding:.4em .8em;font-size:.9em;cursor:pointer;border-radius:4px;border:1px solid #999;background-color:#1f1f1f;color:#fff}.dream-list-header button:disabled{opacity:.4;cursor:not-allowed}.selection-status{font-weight:700;font-size:1em}.selection-status:first-letter{font-size:1.4em}.delete-button{background-color:#d23c3c;color:#fff;border:none;padding:6px 12px;border-radius:4px;margin-left:8px;cursor:pointer}.delete-button:hover{background-color:#aa2e2e}.cancel-button{background-color:#444;color:#fff;border:none;padding:6px 12px;border-radius:4px;margin-left:8px;cursor:pointer}.cancel-button:hover{background-color:#666}.delete-mode-button{background-color:#333;color:#f55;border:1px solid #f55;padding:6px 12px;border-radius:4px;cursor:pointer;font-weight:700;width:100%}.delete-mode-button:hover{background-color:#522;color:#fff;border-color:#f88}.selected-tags-bar{display:flex;flex-wrap:wrap;gap:.5em;margin-bottom:1em}.selected-tag-chip{background-color:#333;color:#fff;padding:.3em .6em;border-radius:999px;font-size:.85em;display:flex;align-items:center}.selected-tag-chip button{background:none;color:#aaa;margin-left:.4em;border:none;cursor:pointer}.tag-filter-panel{display:flex;flex-wrap:wrap;gap:.5em;margin-bottom:1em}.tag-filter-button{display:inline-flex;align-items:center;justify-content:center;padding:.5em .6em;font-size:.9em;font-weight:500;border:2px solid var(--tag-color);border-radius:6px;background-color:#fff;color:var(--tag-color);cursor:pointer;white-space:normal;word-break:break-word;max-width:100%;min-width:0;text-align:center}.tag-filter-button.selected{background-color:var(--tag-color);color:#fff;border-color:var(--tag-color)}.dream-list{display:flex;flex-direction:column;gap:1em}.dream-entry{display:flex;align-items:flex-start;gap:.5em;border-bottom:1px solid #444;padding-bottom:1em}.dream-entry.selected{border:2px solid #d23c3c;background-color:#2a0e0e}.dream-checkbox{margin-top:.3em}.dream-entry-content{flex:1;color:#fff;text-decoration:none}.dream-date{font-size:.8em;color:#bbb;margin-bottom:.2em}.dream-list-wrapper .dream-title{font-size:1.1em;font-weight:700;margin-bottom:.3em;color:#666;background:#fff;border:none;padding-top:0;padding-bottom:0;margin-top:0}.disabled-link{cursor:default;opacity:.95}.dream-snippet{font-size:.9em;color:#ccc;line-height:1.4}.settings-drawer{position:fixed;top:0;right:0;width:280px;height:100vh;background-color:#1c1c1c;color:#fff;padding:1em;box-shadow:-2px 0 10px rgba(0,0,0,.5);overflow-y:auto;z-index:9999;transform:translateX(100%);transition:transform .3s ease}.settings-drawer.open{transform:translateX(0)}.settings-section{margin-bottom:1.5em}.settings-section h3{font-size:1em;margin-bottom:.5em;border-bottom:1px solid #444;padding-bottom:.2em}.settings-option{margin-bottom:.6em;display:flex;align-items:center;gap:.5em}