html,body{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:#f8fafc;color:#1e293b;font-size:14px;line-height:1.5;-webkit-tap-highlight-color:transparent}*{box-sizing:border-box}button{cursor:pointer;background:none;border:none;font-family:inherit;font-size:inherit}button:focus{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}input{font-family:inherit;font-size:inherit}.img-thumb{object-fit:cover;width:100%;height:100%}.album-item{padding:.75rem 1rem;cursor:pointer;border-left:3px solid transparent;transition:all .2s ease;border-radius:0 8px 8px 0;margin:2px 0;font-weight:500}.album-item:hover{background:#3b82f614;border-left-color:#3b82f64d}.album-item.active{background:#3b82f61f;border-left-color:#3b82f6;color:#1d4ed8}.album-item.drag-over{background:#22c55e1f;border-left-color:#22c55e}.album-input{width:100%;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:13px;transition:all .2s ease}.album-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.album-add-btn{padding:.5rem .75rem;background:#3b82f6;color:#fff;border-radius:6px;font-weight:600;font-size:13px;transition:all .2s ease}.album-add-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.chat-button{position:fixed;bottom:1rem;right:1rem;width:3rem;height:3rem;background:#06c;color:#fff;border-radius:50%;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:40}.chat-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.chat-panel{position:fixed;bottom:5rem;right:1rem;width:320px;height:400px;background:#fff;border:1px solid #ddd;border-radius:.5rem;display:flex;flex-direction:column;box-shadow:0 4px 16px #0000001a;z-index:40}.chat-messages{flex:1;overflow-y:auto;padding:1rem;font-size:13px}.chat-message{margin-bottom:.75rem;padding:.5rem .75rem;border-radius:.375rem;max-width:80%}.chat-message.me{margin-left:auto;background:#e8f4f8;text-align:right}.chat-message.other{background:#f0f0f0}.chat-input-area{border-top:1px solid #ddd;padding:.75rem;display:flex;gap:.5rem}.chat-input{flex:1;padding:.5rem .75rem;border:1px solid #ddd;border-radius:.25rem;font-size:13px;transition:border-color .15s ease}.chat-input:focus{outline:none;border-color:#06c}.chat-send-btn{padding:.5rem 1rem;background:#06c;color:#fff;border-radius:.25rem;font-size:13px;font-weight:500;transition:opacity .15s ease}.chat-send-btn:hover{opacity:.85}.app-container{height:100vh;display:flex;overflow:hidden}.main-content{flex:1;display:flex;flex-direction:column;min-width:0}.content-area{flex:1;overflow-y:auto;padding:1rem}.header{padding:.75rem 1rem;border-bottom:1px solid #e0e0e0;background:#fff;display:flex;align-items:center;gap:.75rem;position:sticky;top:0;z-index:10}.mobile-menu-btn{display:none;color:#475569;padding:.25rem}.sidebar{width:220px;flex-shrink:0;border-right:1px solid #e2e8f0;background:#fff;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 0 10px #0000000d;transition:transform .3s ease-in-out}.sidebar-header{padding:1rem 1.25rem;font-weight:700;border-bottom:1px solid #e2e8f0;font-size:15px;color:#374151;background:#f8fafc}.sidebar-overlay{display:none}.upload-button{padding:.75rem 1.25rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-weight:600;display:flex;align-items:center;gap:.5rem;font-size:13px;transition:all .2s ease;color:#475569;box-shadow:0 1px 3px #0000001a}.upload-button:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.upload-button:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}.upload-progress{position:absolute;left:0;right:0;bottom:-.5rem;height:.25rem;background:#e0e0e0;border-radius:.125rem;overflow:hidden}.upload-progress-bar{height:100%;background:#06c;transition:width .3s ease}.view-toggle{display:flex;border:1px solid #ddd;border-radius:.25rem;overflow:hidden}.view-toggle-btn{padding:.375rem .5rem;background:#fff;border:none;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.view-toggle-btn:not(:last-child){border-right:1px solid #ddd}.view-toggle-btn:hover{background:#f5f5f5}.view-toggle-btn.active{background:#e8f4f8;color:#06c}.album-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem;min-height:2rem}.album-grid-item{aspect-ratio:1;border-radius:8px;overflow:hidden;background:#f1f5f9;position:relative;transition:all .2s ease;border:1px solid #e2e8f0}.album-grid-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f;border-color:#cbd5e1}.album-grid-item.selected{border:2px solid #3b82f6;box-shadow:0 0 0 2px #3b82f633}.selection-indicator{position:absolute;top:.5rem;right:.5rem;width:1.5rem;height:1.5rem;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #3b82f64d}.checkmark{color:#fff;font-size:12px;font-weight:700}.image-actions{position:absolute;top:.5rem;right:.5rem;display:flex;gap:.25rem;opacity:0;transition:opacity .15s ease}.album-grid-item:hover .image-actions{opacity:1}.image-action-btn{width:2rem;height:2rem;background:#ffffffe6;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.image-action-btn:hover{background:#fff;transform:scale(1.05)}.album-list{width:100%;font-size:13px}.album-list-row{border-bottom:1px solid #e0e0e0;transition:background-color .15s ease}.album-list-row:hover{background:#f9f9f9}.album-list-row:last-child{border-bottom:none}.album-list-thumb{width:3.5rem;padding:.5rem .5rem .5rem 0}.album-list-thumb-img{width:3rem;height:3rem;object-fit:cover;border-radius:.25rem}.album-list-name{padding:.5rem 0}.album-list-date{text-align:right;color:#666;padding:.5rem 0}.lightbox-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:50}.lightbox-center{max-width:95vw;max-height:90vh}.lightbox-media{max-width:95vw;max-height:90vh;object-fit:contain;border-radius:.375rem;box-shadow:0 10px 30px #0006;background:#000}.lightbox-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1f;color:#fff;border-radius:999px;width:44px;height:44px;display:grid;place-items:center;font-size:28px;user-select:none;border:1px solid rgba(255,255,255,.2)}.lightbox-left{left:14px}.lightbox-right{right:14px}.lightbox-close{top:14px;right:14px;transform:none;font-size:22px}.lightbox-btn:hover{background:#fff3}@media (max-width: 768px){.header{gap:.5rem;padding:.5rem .75rem}.mobile-menu-btn{display:flex}.sidebar{position:fixed;top:0;left:0;bottom:0;height:100%;transform:translate(-100%);z-index:100;border-right:1px solid #e2e8f0}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:99}.content-area{padding:.75rem}.chat-panel{width:90vw;max-width:320px;height:60vh;max-height:450px;left:50%;transform:translate(-50%);right:auto}.album-grid{gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}
