.app{min-height:100vh}.app-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;padding:1.5rem 1rem;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-left{text-align:left}.header-right{display:flex;align-items:center;gap:1rem}.app-header h1{font-size:2rem;color:#667eea;margin-bottom:.25rem;font-weight:700}.subtitle{color:#666;font-size:.85rem}.user-info{color:#666;font-size:.95rem;font-weight:500}.logout-button{background:#f44336;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.logout-button:hover{background:#d32f2f;transform:translateY(-1px);box-shadow:0 2px 8px #f443364d}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.loading-spinner{color:#fff;font-size:1.5rem;font-weight:600;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.app-main{padding:1rem .5rem}.container{max-width:1200px;margin:0 auto}.tabs{display:flex;gap:1rem;margin:2rem 0 1rem;border-bottom:2px solid rgba(255,255,255,.2)}.tab{background:none;border:none;color:#ffffffb3;font-size:1.1rem;padding:1rem 1.5rem;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent;font-weight:500}.tab:hover{color:#fff;background:#ffffff1a}.tab.active{color:#fff;border-bottom-color:#fff;font-weight:600}.content{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;min-height:400px}.loading{text-align:center;padding:4rem;color:#666;font-size:1.2rem}@media (max-width: 768px){.app-header{padding:.75rem .5rem}.header-content{gap:.5rem}.header-left{text-align:left}.header-right{margin-left:auto}.app-header h1{font-size:1.3rem;margin-bottom:0}.subtitle{display:none}.user-info{font-size:.8rem}.logout-button{padding:.4rem .75rem;font-size:.8rem}.app-main{padding:.5rem .25rem}.tabs{gap:.25rem;margin:.5rem 0;padding:.5rem}.tab{font-size:.85rem;padding:.5rem .75rem}.content{padding:.75rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:3rem;width:100%;max-width:450px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2rem}.login-title{font-size:2.5rem;color:#333;margin-bottom:.5rem;font-weight:700}.login-subtitle{color:#666;font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.error-message{background:#fee;border:2px solid #fcc;color:#c33;padding:1rem;border-radius:8px;font-size:.95rem;text-align:center;animation:shake .3s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66;margin-top:.5rem}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-footer{margin-top:1.5rem;text-align:center}.switch-mode-button{background:none;border:none;color:#667eea;font-size:.95rem;cursor:pointer;text-decoration:underline;padding:.5rem;transition:color .2s ease}.switch-mode-button:hover:not(:disabled){color:#764ba2}.switch-mode-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.login-container{padding:.5rem}.login-card{padding:1.5rem 1rem}.login-title{font-size:1.75rem}.login-subtitle,.form-group label{font-size:.9rem}.form-group input{padding:.75rem .875rem;font-size:.95rem}.login-button{padding:.875rem;font-size:1rem}.error-message{padding:.875rem;font-size:.9rem}}.category-manager{padding:1rem 0}.category-manager h2{font-size:1.8rem;color:#333;margin-bottom:.5rem}.description{color:#666;margin-bottom:2rem}.create-category-section{background:#f8f9fa;padding:2rem;border-radius:12px;margin-bottom:2rem}.create-category-section h3{font-size:1.2rem;color:#666;margin-bottom:1rem}.create-form{display:flex;gap:1rem;margin-bottom:1rem}.category-input{flex:1;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.category-input:focus{outline:none;border-color:#667eea}.create-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem 2rem;font-size:1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;white-space:nowrap}.create-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.create-button:disabled{opacity:.6;cursor:not-allowed}.message{padding:1rem;border-radius:8px;font-size:.95rem}.message.success{background:#e8f5e9;color:#2e7d32}.message.error{background:#ffebee;color:#c62828}.categories-list-section h3{font-size:1.2rem;color:#666;margin-bottom:1rem}.categories-list{display:flex;flex-direction:column;gap:.75rem}.category-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1rem 1.5rem;border-radius:8px;border:2px solid #e0e0e0;transition:all .3s ease}.category-item:hover{border-color:#667eea;transform:translate(4px)}.category-name{font-size:1.1rem;font-weight:500;color:#333}.category-count{font-size:.9rem;color:#999}@media (max-width: 768px){.category-manager{padding:0}.category-manager h2{font-size:1.3rem}.description{font-size:.85rem;margin-bottom:1rem}.create-category-section{padding:.75rem;margin-bottom:.75rem}.create-category-section h3{font-size:1rem;margin-bottom:.75rem}.create-form{flex-direction:column;gap:.75rem}.category-input{padding:.75rem .875rem;font-size:.95rem}.create-button{width:100%;padding:.75rem 1rem;font-size:.95rem}.message{padding:.75rem;font-size:.875rem}.categories-list-section h3{font-size:1rem}.empty-message{padding:1rem;font-size:.9rem}.categories-list{gap:.5rem}.category-item{padding:.75rem 1rem}.category-name{font-size:1rem}.category-count{font-size:.85rem}}.wiki-view{padding:1rem 0}.wiki-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.wiki-title{font-size:1.8rem;color:#333;font-weight:600}.wiki-description{color:#666;margin-bottom:2rem;font-size:.95rem}.back-button{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease}.back-button:hover{background:#5568d3;transform:translate(-2px)}.empty-state{text-align:center;padding:4rem 2rem;color:#666}.empty-state p{font-size:1.2rem;margin-bottom:.5rem}.empty-hint{font-size:1rem;color:#999;text-align:center;padding:2rem}.loading-state{text-align:center;padding:3rem;color:#999}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.category-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:center;box-shadow:0 4px 12px #667eea33}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #667eea4d}.category-icon{font-size:3rem;margin-bottom:1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.category-name{font-size:1.4rem;margin-bottom:.5rem;font-weight:600;word-break:break-word}.category-count{font-size:.9rem;opacity:.9}.add-memo-section{background:#f8f9fa;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.add-memo-form{display:flex;flex-direction:column;gap:1rem}.memo-textarea{width:100%;border:2px solid #e0e0e0;border-radius:8px;padding:1rem;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .3s ease}.memo-textarea:focus{outline:none;border-color:#667eea}.memo-textarea::placeholder{color:#999}.add-memo-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem 2rem;font-size:1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;align-self:flex-end}.add-memo-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.add-memo-button:disabled{opacity:.6;cursor:not-allowed}.view-mode-selector{display:flex;gap:1rem;margin-bottom:1.5rem;background:#fff;padding:1rem;border-radius:12px;border:2px solid #e0e0e0}.view-mode-btn{flex:1;background:#f8f9fa;border:2px solid #e0e0e0;color:#666;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.view-mode-btn:hover{border-color:#667eea;background:#f0f4ff}.view-mode-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;box-shadow:0 4px 12px #667eea4d}.tag-filter-section{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem;border:2px solid #e0e0e0}.tag-filter-section h3{font-size:1.1rem;color:#333;margin-bottom:1rem}.tag-filters{display:flex;flex-wrap:wrap;gap:.75rem}.tag-filter-btn{background:#f8f9fa;border:2px solid #e0e0e0;color:#666;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.tag-filter-btn:hover{border-color:#667eea;background:#f0f4ff}.tag-filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;font-weight:600}.category-content{margin-top:2rem}.grouped-memos{display:flex;flex-direction:column;gap:2.5rem}.tag-group{background:#fff;border-radius:12px;padding:1.5rem;border:2px solid #e0e0e0}.tag-group-title,.date-group-title{font-size:1.3rem;color:#667eea;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0;font-weight:600}.date-group{background:#fff;border-radius:12px;padding:1.5rem;border:2px solid #e0e0e0}.date-group-title{color:#f5576c}.section-title{font-size:1.3rem;color:#667eea;margin-bottom:1rem;font-weight:600}.memos-list{display:flex;flex-direction:column;gap:1rem}.wiki-memo-card{background:#f8f9fa;padding:1.5rem;border-radius:10px;border-left:4px solid #667eea;transition:all .3s ease}.wiki-memo-card:hover{transform:translate(4px);box-shadow:0 4px 12px #00000014}.memo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.wiki-memo-date{font-size:.875rem;color:#999;font-weight:500}.updated-badge{color:#667eea;font-size:.75rem;font-weight:600}.memo-actions{display:flex;gap:.5rem}.edit-button,.delete-button{background:none;border:none;cursor:pointer;font-size:1.2rem;opacity:.5;transition:all .2s ease;padding:.25rem}.edit-button:hover,.delete-button:hover{opacity:1;transform:scale(1.2)}.wiki-memo-content{font-size:1rem;line-height:1.6;color:#333;white-space:pre-wrap;margin-bottom:.75rem}.memo-tags{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.tag-badge{display:inline-block;background:#e0e0e0;color:#666;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500;transition:all .3s ease}.tag-badge.highlight{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;font-weight:600}.memo-edit-section{display:flex;flex-direction:column;gap:1rem}.memo-edit-textarea{width:100%;border:2px solid #667eea;border-radius:8px;padding:1rem;font-size:1rem;font-family:inherit;resize:vertical;min-height:80px;background:#fff}.memo-edit-textarea:focus{outline:none;border-color:#764ba2;box-shadow:0 0 0 3px #667eea1a}.memo-edit-actions{display:flex;gap:.75rem;justify-content:flex-end}.save-button,.cancel-button{border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.save-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea4d}.save-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.cancel-button{background:#f8f9fa;color:#666;border:2px solid #e0e0e0}.cancel-button:hover{background:#e0e0e0}@media (max-width: 768px){.wiki-view{padding:0}.categories-grid{grid-template-columns:1fr;gap:.75rem}.category-card{padding:1rem}.category-icon{font-size:2rem;margin-bottom:.5rem}.category-name{font-size:1.1rem}.wiki-title{font-size:1.2rem}.wiki-description{font-size:.85rem;margin-bottom:1rem}.wiki-header{margin-bottom:.75rem;gap:.5rem}.back-button{padding:.4rem .75rem;font-size:.9rem}.add-memo-section{padding:.75rem;margin-bottom:.75rem}.memo-textarea{padding:.75rem;font-size:.95rem}.add-memo-button{width:100%;padding:.75rem;font-size:.95rem}.view-mode-selector{padding:.5rem;margin-bottom:.75rem;gap:.5rem}.view-mode-btn{padding:.5rem .75rem;font-size:.85rem}.tag-filter-section{padding:.75rem;margin-bottom:.75rem}.tag-filter-section h3{font-size:.95rem;margin-bottom:.5rem}.tag-filters{gap:.5rem}.tag-filter-btn{font-size:.8rem;padding:.35rem .65rem}.tag-group,.date-group{padding:.75rem;margin-bottom:.75rem}.tag-group-title,.date-group-title{font-size:1rem;margin-bottom:.5rem;padding-bottom:.5rem}.memos-list{gap:.5rem}.wiki-memo-card{padding:.75rem}.wiki-memo-date{font-size:.8rem}.wiki-memo-content{font-size:.9rem;margin-bottom:.5rem}.memo-tags{gap:.35rem;padding-top:.5rem}.tag-badge{font-size:.75rem;padding:.2rem .5rem}.edit-button,.delete-button{font-size:1rem}.memo-edit-textarea{padding:.75rem;font-size:.9rem}.save-button,.cancel-button{padding:.4rem .75rem;font-size:.85rem}}.tasks-view{margin-top:1.5rem}.task-section{margin-bottom:3rem}.task-section-title{font-size:1.3rem;color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.completed-section .task-section-title{color:#999}.tasks-list{display:flex;flex-direction:column;gap:.75rem}.task-item{display:flex;flex-direction:column;padding:1rem;background:#fff;border:2px solid #e0e0e0;border-radius:12px;transition:all .2s ease}.task-row{display:flex;align-items:flex-start;gap:1rem;width:100%}.task-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.task-item.completed{background:#f8f9fa;border-color:#d0d0d0}.task-item.completed:hover{border-color:#a0a0a0}.task-checkbox-wrapper{flex-shrink:0;padding-top:.15rem}.task-checkbox{width:1.5rem;height:1.5rem;cursor:pointer;accent-color:#667eea}.task-content{flex:1;min-width:0}.task-text{font-size:1.05rem;color:#333;line-height:1.5;margin-bottom:.5rem;word-wrap:break-word}.task-item.completed .task-text{color:#999;text-decoration:line-through}.task-meta{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:#666}.task-memo-preview{color:#888;font-style:italic}.task-date{color:#aaa;font-size:.8rem}@media (max-width: 768px){.task-section-title{font-size:1.1rem}.task-item{padding:.75rem}.task-row{gap:.75rem}.task-checkbox{width:1.25rem;height:1.25rem}.task-text{font-size:.95rem}.task-meta{font-size:.8rem}.task-date{font-size:.75rem}}.task-note-section{margin-top:.75rem;padding:.75rem;background:#f8f9fa;border-radius:6px;border-left:3px solid #667eea}.task-note-input{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;font-family:inherit;resize:vertical;margin-bottom:.5rem}.task-note-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.task-note-save-btn{background:#667eea;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease}.task-note-save-btn:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.task-note-save-btn:disabled{opacity:.6;cursor:not-allowed}.task-content.clickable:hover{background:#f8f9fa;border-radius:4px}@media (max-width: 768px){.task-note-section{margin-top:.5rem;padding:.5rem}.task-note-input{font-size:.9rem;padding:.5rem;min-height:60px}.task-note-save-btn{width:100%;padding:.6rem;font-size:.9rem}.task-item{padding:.75rem}.task-content{padding:.25rem}.task-text{font-size:.9rem;line-height:1.4}.task-meta{margin-top:.5rem;gap:.5rem}.task-memo-preview{font-size:.75rem}.task-date{font-size:.7rem}}.tag-settings{padding:1rem 0}.tag-settings h2{font-size:1.8rem;color:#333;margin-bottom:.5rem}.description{color:#666;margin-bottom:2rem;line-height:1.6}.category-selector{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:2px solid #e0e0e0}.category-selector h3{font-size:1.2rem;color:#333;margin-bottom:1rem}.category-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.category-btn{background:#f8f9fa;border:2px solid #e0e0e0;color:#666;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease}.category-btn:hover{border-color:#667eea;background:#f0f4ff}.category-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;font-weight:600}.tags-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:2px solid #e0e0e0}.tags-section h3{font-size:1.2rem;color:#333;margin-bottom:1rem}.hint{font-size:.9rem;color:#999;margin-bottom:1rem}.empty-message{text-align:center;color:#999;padding:2rem}.tags-list{display:flex;flex-direction:column;gap:.75rem}.tag-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-radius:8px;border:2px solid #e0e0e0;transition:all .3s ease}.tag-item.active{background:#f8f9fa}.tag-item.active:hover{border-color:#667eea}.tag-item.disabled{background:#f5f5f5;opacity:.7}.tag-item.disabled:hover{border-color:#999}.tag-info{display:flex;align-items:center;gap:1rem}.tag-name{font-size:1.1rem;font-weight:500;color:#333}.tag-count{font-size:.9rem;color:#999;background:#e0e0e0;padding:.25rem .75rem;border-radius:12px}.toggle-button{border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.toggle-button.hide{background:#ffebee;color:#c62828}.toggle-button.hide:hover:not(:disabled){background:#ffcdd2;transform:scale(1.05)}.toggle-button.show{background:#e8f5e9;color:#2e7d32}.toggle-button.show:hover:not(:disabled){background:#c8e6c9;transform:scale(1.05)}.toggle-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.tag-settings{padding:0}.tag-settings h2{font-size:1.3rem}.description{font-size:.85rem;margin-bottom:1rem}.category-selector{padding:.75rem;margin-bottom:.75rem}.category-selector h3{font-size:1rem;margin-bottom:.75rem}.category-buttons{gap:.5rem}.category-btn{padding:.5rem 1rem;font-size:.9rem}.tags-section{padding:.75rem;margin-bottom:.75rem}.tags-section h3{font-size:1rem;margin-bottom:.75rem}.hint{font-size:.8rem;margin-bottom:.75rem}.empty-message{padding:1rem;font-size:.9rem}.tags-list{gap:.5rem}.tag-item{padding:.75rem 1rem}.tag-info{gap:.5rem}.tag-name{font-size:.95rem}.tag-count{font-size:.8rem;padding:.2rem .5rem}.toggle-button{padding:.4rem .75rem;font-size:.85rem;width:auto}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}#root{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
