@layer components{.shell-files{padding:var(--shell-spacing-xl);flex-direction:column;width:100%}.shell-files,.shell-files-header{gap:var(--shell-spacing-lg);display:flex}.shell-files-header{justify-content:space-between;align-items:flex-start}.shell-files-title h1{letter-spacing:-.02em;margin:0 0 4px;font-size:1.5rem;font-weight:600}.shell-files-title p{color:var(--shell-color-text-muted);margin:0;font-size:.9rem}.shell-files-source-tabs{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-lg);background:var(--shell-color-surface);align-items:center;gap:6px;padding:4px;display:flex;overflow-x:auto}.shell-files-source-tab{border-radius:var(--shell-radius-md);color:var(--shell-color-text-muted);white-space:nowrap;cursor:pointer;transition:all var(--shell-transition-fast);background:none;border:1px solid transparent;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;font-weight:600;display:inline-flex}.shell-files-source-tab.active,.shell-files-source-tab:hover{color:var(--shell-color-text);background:var(--shell-surface-brand-faint);border-color:var(--shell-color-brand)}.shell-files-source-count{border-radius:var(--shell-radius-full);background:var(--shell-surface-neutral-soft);color:var(--shell-color-text-muted);text-align:center;min-width:22px;padding:2px 7px;font-size:.75rem}.shell-files-source-tab.active .shell-files-source-count{background:var(--shell-color-brand);color:#fff}.shell-files-toolbar{justify-content:space-between;align-items:center;gap:var(--shell-spacing-md);padding:var(--shell-spacing-md);background:var(--shell-color-surface);-webkit-backdrop-filter:var(--shell-glass-blur);border:1px solid var(--shell-glass-border);border-radius:var(--shell-radius-lg);box-shadow:var(--shell-shadow-md);flex-wrap:wrap;display:flex}.shell-files-search{flex:1;min-width:200px;max-width:320px;position:relative}.shell-files-search-icon{color:var(--shell-color-text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.shell-files-search input{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface-alt);color:var(--shell-color-text);transition:all var(--shell-transition-fast);width:100%;padding:10px 12px 10px 38px;font-size:.875rem}.shell-files-search input:focus{border-color:var(--shell-color-brand);box-shadow:0 0 0 3px var(--shell-surface-brand-soft);outline:none}.shell-files-search input::placeholder{color:var(--shell-color-text-muted)}.shell-files-filters{align-items:center;gap:var(--shell-spacing-sm);flex-wrap:wrap;justify-content:flex-end;display:flex}.shell-files-view-toggle{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface-alt);gap:2px;padding:3px;display:inline-flex}.shell-files-icon-toggle{border-radius:var(--shell-radius-sm);color:var(--shell-color-text-muted);cursor:pointer;background:none;border:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.shell-files-icon-toggle.active,.shell-files-icon-toggle:hover{background:var(--shell-color-surface);color:var(--shell-color-brand);box-shadow:var(--shell-shadow-sm)}.shell-files-upload-button{border:1px solid var(--shell-color-brand);border-radius:var(--shell-radius-md);background:var(--shell-color-brand);color:#fff;cursor:pointer;padding:8px 14px;font-size:.875rem;font-weight:600}.shell-files-overflow{position:relative}.shell-files-overflow summary{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface-alt);color:var(--shell-color-text);cursor:pointer;justify-content:center;align-items:center;width:34px;height:34px;list-style:none;display:inline-flex}.shell-files-overflow summary::-webkit-details-marker{display:none}.shell-files-overflow-menu{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface);box-shadow:var(--shell-shadow-lg);z-index:20;min-width:260px;padding:6px;position:absolute;top:calc(100% + 6px);right:0}.shell-files-overflow-section{border-bottom:1px solid var(--shell-color-border);margin-bottom:4px;padding:8px}.shell-files-sync-heading{color:var(--shell-color-text);letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:8px;font-size:.78rem;font-weight:700;display:flex}.shell-files-sync-heading small,.shell-files-sync-note,.shell-files-sync-toggle small{color:var(--shell-color-text-muted);font-size:.75rem;line-height:1.3}.shell-files-sync-note{margin:6px 0 10px}.shell-files-sync-toggle{color:var(--shell-color-text);cursor:pointer;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:8px;padding:8px 0;display:grid}.shell-files-sync-toggle input{accent-color:var(--shell-color-brand);margin-top:3px}.shell-files-sync-toggle small,.shell-files-sync-toggle strong{display:block}.shell-files-sync-error{border-radius:var(--shell-radius-sm);background:var(--shell-surface-danger-soft);color:var(--shell-color-danger);margin:8px 0 0;padding:8px;font-size:.75rem;line-height:1.35}.shell-files-overflow-menu button{border-radius:var(--shell-radius-sm);color:var(--shell-color-text);text-align:left;cursor:pointer;background:none;border:0;width:100%;padding:8px 10px}.shell-files-overflow-menu button:hover:not(:disabled){background:var(--shell-surface-brand-faint)}.shell-files-upload-zone{border:1px dashed var(--shell-color-border-strong);border-radius:var(--shell-radius-md);color:var(--shell-color-text-muted);background:var(--shell-color-surface);justify-content:center;align-items:center;min-height:44px;font-size:.85rem;display:flex}.shell-files-upload-zone.dragging{border-color:var(--shell-color-brand);color:var(--shell-color-brand);background:var(--shell-surface-brand-faint)}.shell-files-upload-input{display:none}.shell-files-select{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface-alt);color:var(--shell-color-text);cursor:pointer;transition:all var(--shell-transition-fast);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;padding:8px 32px 8px 12px;font-size:.875rem}.shell-files-select:hover{border-color:var(--shell-color-border-strong)}.shell-files-select:focus{border-color:var(--shell-color-brand);box-shadow:0 0 0 3px var(--shell-surface-brand-soft);outline:none}.shell-files-toggle{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-full);background:var(--shell-color-surface-alt);color:var(--shell-color-text-muted);cursor:pointer;transition:all var(--shell-transition-fast);padding:8px 14px;font-size:.875rem}.shell-files-toggle:hover{border-color:var(--shell-color-brand);color:var(--shell-color-text)}.shell-files-toggle.active{background:var(--shell-surface-brand-weak);border-color:var(--shell-color-brand);color:var(--shell-color-brand)}.shell-files-refresh{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface-alt);color:var(--shell-color-text);cursor:pointer;transition:all var(--shell-transition-fast);align-items:center;gap:6px;padding:8px 14px;font-size:.875rem;display:flex}.shell-files-refresh:hover:not(:disabled){border-color:var(--shell-color-brand);background:var(--shell-surface-brand-faint)}.shell-files-refresh:disabled{opacity:.6;cursor:not-allowed}.shell-files-refresh svg.spinning{animation:shell-spin 1s linear infinite}.shell-files-grid{gap:var(--shell-spacing-lg);align-items:flex-start;display:flex}.shell-files-list{will-change:flex;flex-direction:column;flex:1.2;gap:6px;min-width:0;transition:flex .3s cubic-bezier(.4,0,.2,1);display:flex}.shell-files-group{flex-direction:column;gap:8px;display:flex}.shell-files-group-header{color:var(--shell-color-text-muted);text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;align-items:center;padding:4px 2px;font-size:.78rem;font-weight:700;display:flex}.shell-files-group-items{flex-direction:column;gap:6px;display:flex}.shell-files-list.grid-view .shell-files-group-items{grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;display:grid}.shell-files-preview{will-change:flex;flex:1;transition:flex .3s cubic-bezier(.4,0,.2,1)}.shell-files-row{text-align:left;padding:var(--shell-spacing-md);border-radius:var(--shell-radius-md);border:1px solid var(--shell-glass-border);background:var(--shell-color-surface);-webkit-backdrop-filter:var(--shell-glass-blur);color:inherit;cursor:pointer;box-shadow:var(--shell-shadow-sm);transition:all var(--shell-transition-fast);width:100%}.shell-files-row:hover{border-color:var(--shell-color-brand);background:var(--shell-surface-brand-hint);box-shadow:var(--shell-shadow-md);transform:translateY(-2px)}.shell-files-row.active{border-color:var(--shell-color-brand);background:var(--shell-surface-brand-faint);box-shadow:var(--shell-shadow-brand)}.shell-files-row.disabled{opacity:.5;pointer-events:none}.shell-files-row-content{align-items:center;gap:var(--shell-spacing-md);display:flex}.shell-files-list.grid-view .shell-files-row{padding:10px;display:block;position:relative}.shell-files-list.grid-view .shell-files-row-checkbox{z-index:2;position:absolute;top:12px;left:12px}.shell-files-list.grid-view .shell-files-row-actions{z-index:2;position:absolute;top:12px;right:12px}.shell-files-list.grid-view .shell-files-row-content{flex-direction:column;align-items:stretch;gap:10px}.shell-files-thumbnail{border-radius:var(--shell-radius-sm);background:var(--shell-color-surface-alt);border:1px solid var(--shell-color-border);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.shell-files-list.grid-view .shell-files-thumbnail{aspect-ratio:4/3;width:100%;height:auto}.shell-files-list.grid-view .shell-files-icon{width:54px;height:54px}.shell-files-thumbnail-img{object-fit:cover;width:100%;height:100%}.shell-files-icon{border-radius:var(--shell-radius-sm);color:var(--shell-color-text-muted);justify-content:center;align-items:center;width:36px;height:36px;display:flex}.shell-files-icon-image{color:#ec4899;background:rgba(236,72,153,.12)}.shell-files-icon-pdf{color:#ef4444;background:rgba(239,68,68,.12)}.shell-files-icon-video{color:#a855f7;background:rgba(168,85,247,.12)}.shell-files-icon-audio,.shell-files-icon-spreadsheet{color:#22c55e;background:rgba(34,197,94,.12)}.shell-files-icon-doc{color:#3b82f6;background:rgba(59,130,246,.12)}.shell-files-icon-zip{color:#eab308;background:rgba(234,179,8,.12)}.shell-files-icon-default{background:var(--shell-surface-neutral-soft);color:var(--shell-color-text-muted)}.shell-files-row-info{flex:1;min-width:0}.shell-files-row-main{justify-content:space-between;align-items:center;gap:var(--shell-spacing-sm);flex-wrap:wrap;display:flex}.shell-files-list.grid-view .shell-files-row-main{align-items:flex-start}.shell-files-name{white-space:nowrap;text-overflow:ellipsis;max-width:280px;font-size:.9rem;font-weight:600;overflow:hidden}.shell-files-list.grid-view .shell-files-name{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;display:-webkit-box}.shell-files-tags{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.shell-files-pill{border-radius:var(--shell-radius-full);background:var(--shell-surface-neutral-soft);color:var(--shell-color-text-muted);text-transform:uppercase;letter-spacing:.02em;padding:3px 8px;font-size:.7rem;font-weight:500}.shell-files-pill-private{background:var(--shell-surface-brand-weak);color:var(--shell-color-brand)}.shell-files-pill-trash{background:var(--shell-surface-danger-soft);color:var(--shell-color-danger)}.shell-files-pill-linked{color:var(--shell-color-brand);background:rgba(99,102,241,.1)}.shell-files-row-meta{color:var(--shell-color-text-muted);flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px;font-size:.8rem;display:flex}.shell-files-dot{opacity:.3}.shell-files-row-viewers{flex-shrink:0}.shell-files-row-viewers,.shell-files-visibility-badge{align-items:center;display:inline-flex;position:relative}.shell-files-visibility-badge{border-radius:var(--shell-radius-full);border:1px solid var(--shell-color-border);background:var(--shell-color-surface-alt);color:var(--shell-color-text-muted);justify-content:center;width:26px;height:26px;padding:0;transition:border-color .12s,box-shadow .12s,color .12s,background .12s}.shell-files-visibility-badge svg{width:15px;height:15px}.shell-files-visibility-badge:hover{color:var(--shell-color-brand);background:rgba(238,242,255,.95);border-color:rgba(99,102,241,.45);box-shadow:0 8px 18px rgba(99,102,241,.14)}.shell-files-row-content:focus-visible .shell-files-visibility-badge{color:var(--shell-color-brand);background:rgba(238,242,255,.95);border-color:rgba(99,102,241,.45);box-shadow:0 8px 18px rgba(99,102,241,.14)}.shell-files-visibility-popover{z-index:80;color:#f8fafc;opacity:0;pointer-events:none;background:rgba(15,23,42,.96);border:1px solid rgba(148,163,184,.28);border-radius:10px;flex-direction:column;gap:4px;width:max-content;min-width:180px;max-width:260px;padding:10px 12px;font-size:.78rem;line-height:1.35;transition:opacity .12s,transform .12s;display:flex;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-3px);box-shadow:0 16px 36px rgba(15,23,42,.26)}.shell-files-visibility-popover strong{color:#fff;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem}.shell-files-visibility-popover span{color:rgba(248,250,252,.86);white-space:normal}.shell-files-visibility-badge:hover .shell-files-visibility-popover{opacity:1;transform:translateY(0)}.shell-files-row-content:focus-visible .shell-files-visibility-popover{opacity:1;transform:translateY(0)}.shell-files-list.grid-view .shell-files-row-viewers{align-self:flex-end;margin-top:2px}.shell-files-row-actions{flex-shrink:0}.shell-files-row-actions,.shell-files-row-icon-action{justify-content:center;align-items:center;display:inline-flex}.shell-files-row-icon-action{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:var(--shell-color-surface-alt);color:var(--shell-color-text-muted);cursor:pointer;transition:all var(--shell-transition-fast);width:32px;height:32px}.shell-files-row-icon-action:hover:not(:disabled){outline:none;transform:translateY(-1px)}.shell-files-row-icon-action:focus-visible{outline:none;transform:translateY(-1px)}.shell-files-row-icon-action:disabled{opacity:.55;cursor:not-allowed}.shell-files-row-icon-action.danger{color:var(--shell-color-danger,#ef4444);border-color:var(--shell-color-danger-border,rgba(239,68,68,.35));background:var(--shell-surface-danger-soft,rgba(239,68,68,.1))}.shell-files-row-icon-action.danger:hover:not(:disabled){border-color:var(--shell-color-danger,#ef4444);box-shadow:0 6px 16px rgba(239,68,68,.18)}.shell-files-row-icon-action.danger:focus-visible{border-color:var(--shell-color-danger,#ef4444);box-shadow:0 6px 16px rgba(239,68,68,.18)}.shell-files-row-icon-action.restore{color:var(--shell-color-success,#22c55e);border-color:var(--shell-color-success-border,rgba(34,197,94,.35));background:var(--shell-surface-success-soft,rgba(34,197,94,.1))}.shell-files-row-icon-action.restore:hover:not(:disabled){border-color:var(--shell-color-success,#22c55e);box-shadow:0 6px 16px rgba(34,197,94,.18)}.shell-files-row-icon-action.restore:focus-visible{border-color:var(--shell-color-success,#22c55e);box-shadow:0 6px 16px rgba(34,197,94,.18)}.shell-files-preview{top:var(--shell-spacing-lg);min-width:0;min-height:480px;position:-webkit-sticky;position:sticky}.shell-files-preview-panel{gap:var(--shell-spacing-md);padding:var(--shell-spacing-lg);background:var(--shell-color-surface);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;height:100%;display:flex}.shell-files-preview-header{justify-content:space-between;gap:var(--shell-spacing-md);flex-wrap:wrap;align-items:flex-start;display:flex}.shell-files-preview-title{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.shell-files-preview-title h3{letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:600}.shell-files-preview-meta{color:var(--shell-color-text-muted);margin:4px 0 0;font-size:.85rem}.shell-files-preview-meta-danger{color:var(--shell-color-danger);font-weight:600}.shell-files-preview-actions{flex-wrap:wrap;gap:8px;display:flex}.shell-files-entity-tags{flex-direction:column;gap:8px;max-width:min(680px,100%);margin-top:12px;display:flex}.shell-files-entity-tags-header{color:var(--shell-color-text);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:10px;font-size:.8rem;font-weight:700;display:flex}.shell-files-entity-tags-header small{color:var(--shell-color-danger);text-transform:none;letter-spacing:0;font-weight:500}.shell-files-entity-controls,.shell-files-entity-tag-list{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.shell-files-entity-chip{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-full);background:var(--shell-color-surface-alt);color:var(--shell-color-text);align-items:center;gap:6px;min-height:28px;padding:4px 6px 4px 11px;font-size:.78rem;display:inline-flex;box-shadow:0 1px 2px rgba(15,23,42,.04)}.shell-files-entity-chip strong{text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-weight:600;overflow:hidden}.shell-files-entity-chip button{color:var(--shell-color-text-muted);cursor:pointer;background:none;border:none;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.shell-files-entity-chip button:hover:not(:disabled){background:var(--shell-surface-danger-soft);color:var(--shell-color-danger)}.shell-files-entity-chip.type-person{color:#0f766e;background:rgba(240,253,250,.95);border-color:rgba(20,184,166,.28)}.shell-files-entity-chip.type-company{color:#4f46e5;background:rgba(238,242,255,.98);border-color:rgba(129,140,248,.42)}.shell-files-entity-chip.type-project{color:#15803d;background:rgba(240,253,244,.98);border-color:rgba(34,197,94,.3)}.shell-files-entity-empty{color:var(--shell-color-text-muted);font-size:.82rem}.shell-files-entity-picker{flex:210px;min-width:210px;max-width:310px;position:relative}.shell-files-entity-picker-input{border:1px solid var(--shell-color-border);background:var(--shell-color-surface);color:var(--shell-color-text);font:inherit;border-radius:9px;outline:none;width:100%;min-height:34px;padding:8px 11px;font-size:.86rem;transition:border-color .12s,box-shadow .12s,background .12s}.shell-files-entity-picker-input::placeholder{color:var(--shell-color-text-muted)}.shell-files-entity-picker-input:focus{border-color:rgba(99,102,241,.72);box-shadow:0 0 0 3px rgba(99,102,241,.14)}.shell-files-entity-picker-input:disabled{cursor:not-allowed;opacity:.6;background:var(--shell-color-surface-alt)}.shell-files-entity-picker-menu{z-index:40;border:1px solid var(--shell-color-border);background:var(--shell-color-surface);border-radius:10px;max-height:260px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 42px rgba(15,23,42,.16)}.shell-files-entity-picker-option{color:var(--shell-color-text);cursor:pointer;font:inherit;text-align:left;background:none;border:none;border-radius:8px;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:8px 9px;display:flex}.shell-files-entity-picker-option:hover{background:rgba(99,102,241,.09);outline:none}.shell-files-entity-picker-option:focus-visible{background:rgba(99,102,241,.09);outline:none}.shell-files-entity-picker-option span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.84rem;font-weight:650;overflow:hidden}.shell-files-entity-picker-empty,.shell-files-entity-picker-option small{color:var(--shell-color-text-muted);font-size:.75rem}.shell-files-entity-picker-empty{padding:9px}.shell-files-sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.shell-files-tabs{border:1px solid var(--shell-color-border);background:var(--shell-color-surface-alt);gap:2px;padding:3px;display:inline-flex}.shell-files-tab,.shell-files-tabs{border-radius:var(--shell-radius-full)}.shell-files-tab{color:var(--shell-color-text-muted);cursor:pointer;transition:all var(--shell-transition-fast);background:none;border:none;padding:8px 16px;font-size:.85rem;font-weight:500}.shell-files-tab:hover{color:var(--shell-color-text)}.shell-files-tab.active{background:var(--shell-gradient-brand);color:#fff;box-shadow:var(--shell-shadow-brand)}.shell-files-preview-body{border-radius:var(--shell-radius-md);background:var(--shell-color-surface-alt);padding:var(--shell-spacing-md);flex:1;justify-content:center;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.shell-files-preview-image{border-radius:var(--shell-radius-sm);box-shadow:var(--shell-shadow-lg);object-fit:contain;max-width:100%;max-height:400px}.shell-files-preview-frame{border-radius:var(--shell-radius-sm);background:#fff;border:none;width:100%;height:100%;min-height:400px}.shell-files-preview-placeholder{justify-content:center;align-items:center;gap:var(--shell-spacing-md);color:var(--shell-color-text-muted);text-align:center;padding:var(--shell-spacing-xl);flex-direction:column;display:flex}.shell-files-preview-placeholder svg{opacity:.4}.shell-files-preview-placeholder p{margin:0;font-size:.9rem}.shell-files-meeting-note-preview{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface);padding:var(--shell-spacing-lg);color:var(--shell-color-text);width:100%;height:100%;max-height:520px;overflow:auto}.shell-files-meeting-note-preview-header{justify-content:space-between;align-items:flex-start;gap:var(--shell-spacing-md);padding-bottom:var(--shell-spacing-md);border-bottom:1px solid var(--shell-color-border);display:flex}.shell-files-meeting-note-preview-header h4{margin:0;font-size:1.05rem;line-height:1.25}.shell-files-meeting-note-preview-header p{color:var(--shell-color-text-muted);margin:4px 0 0;font-size:.85rem}.shell-files-meeting-note-kicker{letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--shell-color-primary)!important;margin:0 0 4px!important;font-size:.72rem!important}.shell-files-meeting-note-section{margin-top:var(--shell-spacing-md);padding:var(--shell-spacing-md);border-radius:var(--shell-radius-sm);background:var(--shell-color-surface-alt)}.shell-files-meeting-note-section h5{color:var(--shell-color-text-muted);letter-spacing:.06em;text-transform:uppercase;margin:0 0 8px;font-size:.78rem}.shell-files-meeting-note-empty,.shell-files-meeting-note-section p{color:var(--shell-color-text);white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.55}.shell-files-meeting-note-empty{padding:var(--shell-spacing-md);color:var(--shell-color-text-muted)}.shell-files-theater-toggle{bottom:var(--shell-spacing-md);left:var(--shell-spacing-md);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);background:var(--shell-color-surface);color:var(--shell-color-text-muted);cursor:pointer;transition:all var(--shell-transition-fast);opacity:.7;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute}.shell-files-theater-toggle:hover{opacity:1;border-color:var(--shell-color-brand);color:var(--shell-color-brand);background:var(--shell-surface-brand-faint)}.shell-files-permissions{border-radius:var(--shell-radius-md);padding:var(--shell-spacing-lg);background:var(--shell-color-surface-alt);gap:var(--shell-spacing-md);flex-direction:column;display:flex}.shell-files-permissions-header h4{margin:0 0 4px;font-size:.95rem;font-weight:600}.shell-files-permissions-header p{color:var(--shell-color-text-muted);margin:0;font-size:.85rem}.shell-files-viewer-list{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.shell-files-viewer-pill{border-radius:var(--shell-radius-full);background:var(--shell-surface-neutral-strong);border:1px solid var(--shell-color-border);padding:4px 10px;font-size:.9rem}.shell-files-viewer-avatars{align-items:center;display:inline-flex}.shell-files-viewer-avatars .shell-files-avatar{border:2px solid var(--shell-color-surface);margin-left:-6px}.shell-files-viewer-avatars .shell-files-avatar:first-child{margin-left:0}.shell-files-viewer-avatars-lg{flex-wrap:wrap;gap:8px}.shell-files-viewer-avatars-lg .shell-files-avatar{width:36px;height:36px;margin-left:0;font-size:.85rem}.shell-files-avatar{color:#fff;transition:transform var(--shell-transition-fast);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.7rem;font-weight:600;display:inline-flex;box-shadow:0 2px 6px rgba(0,0,0,.12)}.shell-files-avatar:hover{z-index:1;transform:scale(1.1)}.shell-files-avatar-more{background:var(--shell-color-surface-alt);color:var(--shell-color-text-muted);border:1px solid var(--shell-color-border);font-weight:500}@media (max-width:1100px){.shell-files-grid{flex-direction:column}.shell-files-list.grid-view .shell-files-group-items{grid-template-columns:repeat(3,minmax(150px,1fr))}.shell-files-list{flex:none;width:100%}.shell-files-preview{flex:none;order:-1;width:100%;position:relative;top:0}}@media (max-width:768px){.shell-files{padding:var(--shell-spacing-lg)}.shell-files-toolbar{flex-direction:column;align-items:stretch}.shell-files-search{max-width:none}.shell-files-filters{justify-content:flex-start}.shell-files-list.grid-view .shell-files-group-items{grid-template-columns:repeat(2,minmax(140px,1fr))}.shell-files-name{max-width:200px}}@media (max-width:480px){.shell-files{padding:var(--shell-spacing-md)}.shell-files-row-content{flex-wrap:wrap}.shell-files-list.grid-view .shell-files-group-items{grid-template-columns:1fr}.shell-files-row-viewers{margin-top:var(--shell-spacing-sm);width:100%}}.shell-files.theater-mode .shell-files-list{flex:0 0 220px;overflow-y:auto}.shell-files.theater-mode .shell-files-preview{flex:1}.shell-files.theater-mode .shell-files-row{padding:var(--shell-spacing-sm) var(--shell-spacing-md)}.shell-files.theater-mode .shell-files-row-content{align-items:flex-start;gap:var(--shell-spacing-xs);flex-direction:column}.shell-files.theater-mode .shell-files-thumbnail{width:32px;height:32px}.shell-files.theater-mode .shell-files-icon{width:24px;height:24px}.shell-files.theater-mode .shell-files-icon svg{width:14px;height:14px}.shell-files.theater-mode .shell-files-row-info{width:100%}.shell-files.theater-mode .shell-files-row-main{flex-direction:column;align-items:flex-start;gap:4px}.shell-files.theater-mode .shell-files-name{max-width:160px;font-size:.8rem}.shell-files.theater-mode .shell-files-row-meta,.shell-files.theater-mode .shell-files-row-viewers,.shell-files.theater-mode .shell-files-tags{display:none}.shell-files.theater-mode .shell-files-preview{min-height:auto}.shell-files.theater-mode .shell-files-preview-body{aspect-ratio:16/9;min-height:auto;max-height:none}.shell-files.theater-mode .shell-files-preview-image{object-fit:contain;max-width:100%;max-height:100%}.shell-files.theater-mode .shell-files-preview-frame{width:100%;height:100%;min-height:auto}.shell-files.theater-mode .shell-files-theater-toggle{opacity:1;background:var(--shell-color-brand);border-color:var(--shell-color-brand);color:#fff}.shell-files.theater-mode .shell-files-theater-toggle:hover{background:var(--shell-color-brand-hover);border-color:var(--shell-color-brand-hover);color:#fff}.shell-files-row{align-items:center;gap:var(--shell-spacing-sm);display:flex}.shell-files-row.checked{background:var(--shell-surface-brand-weak);border-color:var(--shell-color-brand)}.shell-files-row-checkbox{cursor:pointer;background:none;border:none;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.shell-files-row-checkbox:hover .shell-files-checkbox{border-color:var(--shell-color-brand)}.shell-files-row-content{text-align:left;cursor:pointer;color:inherit;background:none;border:none;flex:1;min-width:0;padding:0}.shell-files-checkbox{border:2px solid var(--shell-color-border-strong);background:var(--shell-color-surface);transition:all var(--shell-transition-fast);border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.shell-files-checkbox.checked{background:var(--shell-color-brand);border-color:var(--shell-color-brand)}.shell-files-checkbox.checked svg{color:#fff}.shell-files-checkbox.indeterminate{background:var(--shell-color-brand);border-color:var(--shell-color-brand)}.shell-files-checkbox.indeterminate svg{color:#fff}.shell-files-bulk-bar{z-index:80;justify-content:space-between;align-items:center;gap:var(--shell-spacing-lg);padding:var(--shell-spacing-sm) var(--shell-spacing-md);background:var(--shell-surface-brand-faint);border:1px solid var(--shell-color-brand);border-radius:var(--shell-radius-lg);box-shadow:var(--shell-shadow-lg);width:min(760px,100vw - 48px);animation:shell-bottom-bar-in .15s ease-out;display:flex;position:fixed;bottom:24px;left:50%;transform:translateX(-50%)}@keyframes shell-bottom-bar-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.shell-files-bulk-left{align-items:center;gap:var(--shell-spacing-sm);display:flex}.shell-files-checkbox-all{cursor:pointer;background:none;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.shell-files-bulk-count{color:var(--shell-color-brand);font-size:.875rem;font-weight:500}.shell-files-bulk-clear{color:var(--shell-color-text-muted);cursor:pointer;border-radius:var(--shell-radius-sm);transition:all var(--shell-transition-fast);background:none;border:none;padding:4px 10px;font-size:.8rem}.shell-files-bulk-clear:hover{background:var(--shell-surface-neutral-soft);color:var(--shell-color-text)}.shell-files-bulk-actions{align-items:center;gap:var(--shell-spacing-sm);flex-wrap:wrap;display:flex}.shell-files-bulk-action{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface);color:var(--shell-color-text);cursor:pointer;transition:all var(--shell-transition-fast);align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:500;display:flex}.shell-files-bulk-action:hover:not(:disabled){border-color:var(--shell-color-brand);background:var(--shell-surface-brand-faint)}.shell-files-bulk-action:first-child{background:var(--shell-color-brand);border-color:var(--shell-color-brand);color:#fff}.shell-files-bulk-action:first-child:hover:not(:disabled){background:var(--shell-color-brand-hover);border-color:var(--shell-color-brand-hover)}.shell-files-bulk-action:disabled{opacity:.5;cursor:not-allowed}.shell-files-bulk-action.danger{color:var(--shell-color-danger);border-color:var(--shell-color-danger-border)}.shell-files-bulk-action.danger:hover:not(:disabled){background:var(--shell-surface-danger-soft);border-color:var(--shell-color-danger)}.shell-files-bulk-assign{align-items:center;gap:6px;display:flex}.shell-files-select-sm{padding:6px 28px 6px 10px;font-size:.8rem}.shell-files.theater-mode .shell-files-row-checkbox{display:none}@media (max-width:768px){.shell-files-bulk-bar{align-items:stretch;gap:var(--shell-spacing-sm);flex-direction:column;width:auto;bottom:16px;left:16px;right:16px;transform:none}.shell-files-bulk-actions,.shell-files-bulk-left{justify-content:flex-start}}}@layer components{.dashboard-header{margin-bottom:var(--shell-spacing-md);justify-content:flex-end;display:flex}.dashboard-customize-btn{background:var(--shell-color-surface);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);color:var(--shell-color-text-muted);cursor:pointer;align-items:center;gap:6px;padding:8px 14px;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.dashboard-customize-btn:hover{background:var(--shell-color-surface-alt);color:var(--shell-color-text);border-color:var(--shell-color-brand)}.dashboard-customize-btn.active{background:var(--shell-color-brand);border-color:var(--shell-color-brand);color:#fff}.dashboard-hidden-modules{margin-bottom:var(--shell-spacing-md);background:var(--shell-color-surface);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;display:flex}.dashboard-hidden-label{color:var(--shell-color-text-muted);font-size:.813rem;font-weight:500}.dashboard-hidden-list{flex-wrap:wrap;gap:8px;display:flex}.dashboard-hidden-item{background:var(--shell-color-surface-alt);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-sm);color:var(--shell-color-text);cursor:pointer;align-items:center;gap:6px;padding:6px 12px;font-size:.813rem;transition:all .15s;display:flex}.dashboard-hidden-item:hover{border-color:var(--shell-color-brand);color:var(--shell-color-brand)}.dashboard-hidden-icon{opacity:.6;display:flex}.dashboard-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:200px;margin:-8px;padding:8px;display:grid}.dashboard-drag-preview{background:var(--shell-surface-brand-soft);border:2px dashed var(--shell-color-brand);pointer-events:none;z-index:5}.dashboard-resize-handle{opacity:0;z-index:10;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .15s;position:absolute}.dashboard-module:hover .dashboard-resize-handle{opacity:1}.dashboard-resize-right{cursor:ew-resize;background:linear-gradient(to left,var(--shell-surface-brand-strong),transparent);width:8px;top:0;bottom:12px;right:0}.dashboard-resize-bottom{cursor:ns-resize;background:linear-gradient(to top,var(--shell-surface-brand-strong),transparent);height:8px;bottom:0;left:0;right:12px}.dashboard-resize-corner{cursor:nwse-resize;background:var(--shell-surface-brand-strong);border-radius:0 0 var(--shell-radius-md) 0;width:16px;height:16px;bottom:0;right:0}.dashboard-resize-handle:hover{opacity:1}.dashboard-resize-corner:hover,.dashboard-resize-handle:hover{background:var(--shell-surface-brand-strong)}.dashboard-rows{gap:var(--shell-spacing-lg);flex-direction:column;margin:-8px;padding:8px;display:flex}.dashboard-row{position:relative}.dashboard-row-slots{gap:var(--shell-spacing-lg);margin:-16px;padding:16px;display:flex}.dashboard-slot{border-radius:var(--shell-radius-md);min-height:120px;transition:background .15s,border-color .15s;position:relative}.dashboard-slot-full{flex:0 0 100%;width:100%}.dashboard-slot-half{flex:0 0 calc(50% - var(--shell-spacing-lg) / 2);width:calc(50% - var(--shell-spacing-lg) / 2)}.dashboard-slot-third{flex:0 0 calc(33.333% - var(--shell-spacing-lg) * 2 / 3);width:calc(33.333% - var(--shell-spacing-lg) * 2 / 3)}.dashboard-slot-two-thirds{flex:0 0 calc(66.666% - var(--shell-spacing-lg) / 3);width:calc(66.666% - var(--shell-spacing-lg) / 3)}.dashboard-slot-empty{border:2px dashed var(--shell-color-border);background:none}.dashboard-slot-placeholder{color:var(--shell-color-text-muted);opacity:0;justify-content:center;align-items:center;height:100%;min-height:120px;font-size:.875rem;transition:opacity .15s;display:flex}.dashboard-slot-drop-target .dashboard-slot-placeholder,.dashboard-slot-empty:hover .dashboard-slot-placeholder{opacity:1}.dashboard-slot-drop-target{background:var(--shell-surface-brand-weak);border-color:var(--shell-color-brand)!important;border-style:solid!important}.dashboard-slot-dragging{opacity:.5}.dashboard-row-dropzone{z-index:10;height:8px;transition:background .15s;position:absolute;left:0;right:0}.dashboard-row-dropzone-top{top:-4px}.dashboard-row-dropzone-bottom{bottom:-4px}.dashboard-row-dropzone.active{background:var(--shell-color-brand);border-radius:4px}.dashboard-module{flex-direction:column;min-height:200px;transition:transform .15s,opacity .15s;display:flex;position:relative}.dashboard-module.dragging{opacity:.5;transform:scale(.98)}.dashboard-module.resizing{cursor:ns-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dashboard-module-content{flex:1;min-height:0;overflow:hidden}.dashboard-module-content>.shell-widget{flex-direction:column;height:100%;display:flex;overflow:hidden}.dashboard-module-content>.shell-widget>:last-child{flex:1;min-height:0;overflow-y:auto}.dashboard-module-content>.shell-widget>:-webkit-any(.shell-widget-footer,.shell-widget-more,.tasks-widget-more,.cal-modal-overlay):last-child{flex:none;min-height:auto;overflow:visible}.dashboard-module-content>.shell-widget>:-moz-any(.shell-widget-footer,.shell-widget-more,.tasks-widget-more,.cal-modal-overlay):last-child{flex:none;min-height:auto;overflow:visible}.dashboard-module-content>.shell-widget>:is(.shell-widget-footer,.shell-widget-more,.tasks-widget-more,.cal-modal-overlay):last-child{flex:none;min-height:auto;overflow:visible}.dashboard-module-content>.shell-calendar-hub-widget>.shell-calendar-hub-panels,.dashboard-module-content>.shell-calendar-hub-widget>.shell-calendar-split-container,.dashboard-module-content>.shell-widget>.tasks-widget-body:last-child{overflow:hidden}.dashboard-module-content :-webkit-any(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list){--dashboard-scroll-bg:var(--shell-color-surface);--dashboard-scroll-shadow:rgba(15,23,42,.16);scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--shell-color-text-muted) 24%,transparent) transparent;background:linear-gradient(var(--dashboard-scroll-bg) 32%,transparent) top /100% 18px no-repeat local,linear-gradient(transparent,var(--dashboard-scroll-bg) 68%) bottom /100% 22px no-repeat local,linear-gradient(var(--dashboard-scroll-shadow),transparent) top /100% 10px no-repeat scroll,linear-gradient(transparent,var(--dashboard-scroll-shadow)) bottom /100% 14px no-repeat scroll}.dashboard-module-content :-moz-any(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list){--dashboard-scroll-bg:var(--shell-color-surface);--dashboard-scroll-shadow:rgba(15,23,42,.16);scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--shell-color-text-muted) 24%,transparent) transparent;background:linear-gradient(var(--dashboard-scroll-bg) 32%,transparent) top /100% 18px no-repeat local,linear-gradient(transparent,var(--dashboard-scroll-bg) 68%) bottom /100% 22px no-repeat local,linear-gradient(var(--dashboard-scroll-shadow),transparent) top /100% 10px no-repeat scroll,linear-gradient(transparent,var(--dashboard-scroll-shadow)) bottom /100% 14px no-repeat scroll}.dashboard-module-content :is(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list){--dashboard-scroll-bg:var(--shell-color-surface);--dashboard-scroll-shadow:rgba(15,23,42,.16);scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--shell-color-text-muted) 24%,transparent) transparent;background:linear-gradient(var(--dashboard-scroll-bg) 32%,transparent) top /100% 18px no-repeat local,linear-gradient(transparent,var(--dashboard-scroll-bg) 68%) bottom /100% 22px no-repeat local,linear-gradient(var(--dashboard-scroll-shadow),transparent) top /100% 10px no-repeat scroll,linear-gradient(transparent,var(--dashboard-scroll-shadow)) bottom /100% 14px no-repeat scroll}.dashboard-module-content :-webkit-any(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list)::-webkit-scrollbar{width:6px;height:6px}.dashboard-module-content :-moz-any(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list)::-webkit-scrollbar{width:6px;height:6px}.dashboard-module-content :is(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list)::-webkit-scrollbar{width:6px;height:6px}.dashboard-module-content :-webkit-any(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list)::-webkit-scrollbar-track{background:none}.dashboard-module-content :-moz-any(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list)::-webkit-scrollbar-track{background:none}.dashboard-module-content :is(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list)::-webkit-scrollbar-track{background:none}.dashboard-module-content :-webkit-any(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list)::-webkit-scrollbar-thumb{background-color:color-mix(in srgb,var(--shell-color-text-muted) 24%,transparent);background-clip:padding-box;border:2px solid transparent;border-radius:999px}.dashboard-module-content :-moz-any(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list)::-webkit-scrollbar-thumb{background-color:color-mix(in srgb,var(--shell-color-text-muted) 24%,transparent);background-clip:padding-box;border:2px solid transparent;border-radius:999px}.dashboard-module-content :is(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list)::-webkit-scrollbar-thumb{background-color:color-mix(in srgb,var(--shell-color-text-muted) 24%,transparent);background-clip:padding-box;border:2px solid transparent;border-radius:999px}.dashboard-module-content :-webkit-any(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list)::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb,var(--shell-color-text-muted) 42%,transparent)}.dashboard-module-content :-moz-any(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list)::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb,var(--shell-color-text-muted) 42%,transparent)}.dashboard-module-content :is(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list)::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb,var(--shell-color-text-muted) 42%,transparent)}.dashboard-module-resize-width{color:var(--shell-color-text-muted);border:1px solid var(--shell-color-border);cursor:pointer;z-index:10;opacity:0;background:#fff;border-radius:4px;justify-content:center;align-items:center;padding:4px 8px;font-size:11px;font-weight:500;transition:all .15s;display:flex;position:absolute;top:8px;right:8px}.dashboard-module:hover .dashboard-module-resize-width{opacity:1}.dashboard-module-resize-width:hover{background:var(--shell-color-brand);color:#fff;border-color:var(--shell-color-brand)}.dashboard-module-resize-handle{cursor:ns-resize;opacity:0;z-index:10;justify-content:center;align-items:center;height:12px;transition:opacity .15s;display:flex;position:absolute;bottom:0;left:0;right:0}.dashboard-module:hover .dashboard-module-resize-handle{opacity:1}.dashboard-module-resize-handle-grip{background:var(--shell-color-border);border-radius:2px;width:40px;height:4px;transition:background .15s}.dashboard-module-resize-handle:hover .dashboard-module-resize-handle-grip,.dashboard-module.resizing .dashboard-module-resize-handle-grip{background:var(--shell-color-brand)}.dashboard-loading{justify-content:center;align-items:center;min-height:400px;display:flex}.dashboard-loading-spinner{border:3px solid var(--shell-color-border);border-top-color:var(--shell-color-brand);border-radius:50%;width:32px;height:32px;animation:shell-spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.shell-dashboard{padding:var(--shell-spacing-lg);flex-direction:column;height:100%;display:flex;overflow-y:auto}.shell-dashboard-header{margin-bottom:var(--shell-spacing-lg);justify-content:space-between;align-items:center;display:flex}.shell-dashboard-title{color:var(--shell-color-text);margin:0;font-size:1.25rem;font-weight:600}.shell-dashboard-actions{gap:var(--shell-spacing-sm);display:flex}.shell-dashboard-edit-btn{padding:var(--shell-spacing-xs) var(--shell-spacing-md);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);color:var(--shell-color-text-secondary);cursor:pointer;transition:all var(--shell-transition-fast);background:none;font-size:.875rem}.shell-dashboard-edit-btn:hover{background:var(--shell-color-surface-hover);color:var(--shell-color-text)}.shell-dashboard-edit-btn.active{background:var(--shell-color-brand);border-color:var(--shell-color-brand);color:#fff}.shell-dashboard-grid{gap:var(--shell-spacing-lg);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.shell-dashboard-module{background:var(--shell-color-surface);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-lg);flex-direction:column;min-height:200px;max-height:400px;display:flex;overflow:hidden}.shell-dashboard-module-pinned{max-height:450px}.shell-dashboard-module-header{padding:var(--shell-spacing-md);border-bottom:1px solid var(--shell-color-border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.shell-dashboard-module-title{color:var(--shell-color-text);align-items:center;gap:var(--shell-spacing-xs);font-size:.875rem;font-weight:600;display:flex}.shell-dashboard-module-title-link{cursor:pointer;color:inherit;background:none;border:none;padding:0}.shell-dashboard-module-title-link:hover{color:var(--shell-color-brand)}.shell-dashboard-module-remove{padding:var(--shell-spacing-xs);border-radius:var(--shell-radius-sm);cursor:pointer;color:var(--shell-color-text-secondary);transition:all var(--shell-transition-fast);background:none;border:none;justify-content:center;align-items:center;display:flex}.shell-dashboard-module-remove:hover{color:#ef4444;background:rgba(239,68,68,.1)}.shell-dashboard-module-content{padding:var(--shell-spacing-sm);flex:1;overflow-y:auto}.shell-dashboard-add-module{justify-content:center;align-items:center;gap:var(--shell-spacing-sm);background:var(--shell-color-surface);border:2px dashed var(--shell-color-border);border-radius:var(--shell-radius-lg);cursor:pointer;color:var(--shell-color-text-secondary);transition:all var(--shell-transition-fast);flex-direction:column;min-height:200px;display:flex}.shell-dashboard-add-module:hover{border-color:var(--shell-color-brand);color:var(--shell-color-brand);background:var(--shell-color-surface-hover)}.shell-dashboard-loading{color:var(--shell-color-text-secondary);justify-content:center;align-items:center;height:200px;display:flex}.shell-add-module-modal{width:90vw;max-width:400px}.shell-add-module-options{gap:var(--shell-spacing-sm);flex-direction:column;display:flex}.shell-add-module-option{align-items:center;gap:var(--shell-spacing-md);padding:var(--shell-spacing-md);background:var(--shell-color-surface);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);cursor:pointer;text-align:left;transition:all var(--shell-transition-fast);display:flex}.shell-add-module-option:hover:not(.disabled){border-color:var(--shell-color-brand);background:var(--shell-color-surface-hover)}.shell-add-module-option.disabled{opacity:.6;cursor:not-allowed}.shell-add-module-option-icon{background:var(--shell-color-surface-hover);border-radius:var(--shell-radius-md);color:var(--shell-color-brand);justify-content:center;align-items:center;width:40px;height:40px;display:flex}.shell-add-module-option-text{flex-direction:column;flex:1;gap:2px;display:flex}.shell-add-module-option-label{color:var(--shell-color-text);font-size:.875rem;font-weight:600}.shell-add-module-option-desc{color:var(--shell-color-text-secondary);font-size:.75rem}.shell-add-module-option-badge{background:var(--shell-color-surface-hover);border-radius:var(--shell-radius-full);color:var(--shell-color-text-secondary);padding:2px 6px;font-size:.625rem}.shell-add-module-conversations{gap:var(--shell-spacing-sm);flex-direction:column;display:flex}.shell-add-module-search{padding:var(--shell-spacing-sm) var(--shell-spacing-md);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface);color:var(--shell-color-text);width:100%;font-size:.875rem}.shell-add-module-search:focus{border-color:var(--shell-color-brand);outline:none}.shell-add-module-conversation-list{gap:var(--shell-spacing-xs);flex-direction:column;max-height:300px;display:flex;overflow-y:auto}.shell-add-module-conversation{align-items:center;gap:var(--shell-spacing-sm);padding:var(--shell-spacing-sm) var(--shell-spacing-md);border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);cursor:pointer;text-align:left;transition:all var(--shell-transition-fast);background:none;display:flex}.shell-add-module-conversation:hover{border-color:var(--shell-color-brand);background:var(--shell-color-surface-hover)}.shell-add-module-conversation-icon{color:var(--shell-color-text-secondary);display:flex}.shell-add-module-conversation-label{color:var(--shell-color-text);font-size:.875rem}.shell-add-module-empty{padding:var(--shell-spacing-lg);text-align:center}.shell-add-module-back,.shell-add-module-empty{color:var(--shell-color-text-secondary);font-size:.875rem}.shell-add-module-back{align-items:center;gap:var(--shell-spacing-xs);padding:var(--shell-spacing-sm);cursor:pointer;margin-top:var(--shell-spacing-sm);background:none;border:none;display:flex}.shell-add-module-back:hover{color:var(--shell-color-text)}.dashboard-add-widget-fab{background:var(--shell-color-brand);color:#fff;cursor:pointer;z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px rgba(0,0,0,.3)}.dashboard-add-widget-fab:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.4)}.dashboard-add-widget-fab:active{transform:scale(.95)}.dashboard-add-widget-fab svg{display:block}.dashboard-reset-layout-fab{border:1px solid var(--shell-color-border);border-radius:var(--shell-radius-md);background:var(--shell-color-surface);color:var(--shell-color-text);cursor:pointer;box-shadow:var(--shell-shadow-md);z-index:100;justify-content:center;align-items:center;min-width:76px;height:52px;padding:0 14px;font-size:.84rem;font-weight:700;transition:all .2s;display:inline-flex;position:fixed;bottom:24px;right:88px}.dashboard-reset-layout-fab:hover{border-color:var(--shell-color-brand);color:var(--shell-color-brand);transform:translateY(-2px)}.dashboard-module-remove{color:#ef4444;cursor:pointer;opacity:0;z-index:20;pointer-events:none;background:rgba(239,68,68,.1);border:none;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex;position:absolute;top:-10px;right:-10px}.dashboard-module:hover .dashboard-module-remove{opacity:1;pointer-events:auto}.dashboard-module-remove:focus-visible{opacity:1;pointer-events:auto}.dashboard-module-remove:hover{color:#fff;background:#ef4444}.dashboard-mobile-edit-toolbar,.dashboard-module-collapsed-tile,.dashboard-module-mobile-toggle{display:none}@keyframes dashboard-mobile-icon-jiggle{0%{transform:rotate(-1.6deg)}to{transform:rotate(1.6deg)}}.dashboard-drag-handle{cursor:grab;color:var(--shell-color-text-muted);opacity:0;z-index:15;border-radius:var(--shell-radius-md) var(--shell-radius-md) 0 0;pointer-events:none;justify-content:center;align-items:center;width:48px;height:22px;transition:opacity .15s,background .15s;display:flex;position:absolute;top:0;left:50%;transform:translateX(-50%)}.dashboard-module:hover .dashboard-drag-handle{opacity:1;pointer-events:auto}.dashboard-drag-handle:active{cursor:grabbing}@media (max-width:768px){.dashboard-mobile-edit-toolbar{justify-content:flex-end;align-items:center;min-height:28px;margin:0 0 8px;display:flex}.dashboard-mobile-edit-done{border:1px solid color-mix(in srgb,var(--shell-color-brand) 34%,transparent);background:color-mix(in srgb,var(--shell-surface-brand-soft) 82%,transparent);color:var(--shell-color-brand);cursor:pointer;border-radius:999px;padding:4px 12px;font-size:.76rem;font-weight:600;line-height:1}.dashboard-mobile-edit-hint{color:var(--shell-color-text-muted);letter-spacing:.01em;font-size:.72rem;font-weight:500}.dashboard-grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));grid-auto-rows:auto;align-items:start;gap:8px;margin:0;padding:0;display:grid}.dashboard-grid .dashboard-module{grid-column:1/-1;width:100%;min-width:0;min-height:auto}.dashboard-grid .dashboard-module-content,.dashboard-grid .dashboard-module-content>.shell-widget,.dashboard-grid .dashboard-module-content>.shell-widget>*{min-width:0}.dashboard-grid .dashboard-module-content>.shell-widget>:last-child{overflow-y:visible}.dashboard-grid .dashboard-drag-handle,.dashboard-grid .dashboard-resize-handle{display:none}.dashboard-grid .dashboard-module-mobile-toggle{border:1px solid var(--shell-color-border);background:color-mix(in srgb,var(--shell-color-surface-elevated) 92%,transparent);color:var(--shell-color-text-muted);cursor:pointer;z-index:26;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:absolute;top:8px;right:8px}.dashboard-grid .dashboard-module-mobile-toggle:hover{color:var(--shell-color-text);border-color:var(--shell-color-brand)}.dashboard-grid .dashboard-module--mobile-collapsed{contain:layout paint;grid-column:span 1;min-height:112px}.dashboard-grid .dashboard-module--mobile-collapsed .dashboard-module-remove{display:none}.dashboard-grid .dashboard-module--mobile-collapsed .dashboard-module-mobile-toggle{width:21px;height:21px;top:4px;right:4px}.dashboard-grid .dashboard-module--mobile-collapsed .dashboard-module-content{display:none}.dashboard-grid .dashboard-module-collapsed-tile{border:1px solid color-mix(in srgb,var(--shell-color-border) 72%,transparent);background:var(--shell-color-surface-elevated);color:var(--shell-color-text);cursor:pointer;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;min-height:112px;padding:12px 6px 10px;transition:transform .12s,border-color .12s,box-shadow .12s;display:flex}.dashboard-grid .dashboard-module-collapsed-tile:active{transform:scale(.97)}.dashboard-grid .dashboard-module-collapsed-icon{color:var(--shell-color-brand);background:color-mix(in srgb,var(--shell-surface-brand-soft) 86%,transparent);border:1px solid color-mix(in srgb,var(--shell-color-brand) 36%,transparent);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.dashboard-grid .dashboard-module-collapsed-label{text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;min-height:2.3em;font-size:.72rem;font-weight:600;line-height:1.15;display:-webkit-box;overflow:hidden}.dashboard-grid--mobile-edit-mode .dashboard-module--mobile-collapsed .dashboard-module-mobile-toggle{display:none}.dashboard-grid--mobile-edit-mode .dashboard-module--mobile-collapsed .dashboard-module-collapsed-tile{cursor:grab;animation:dashboard-mobile-icon-jiggle .16s ease-in-out infinite alternate}.dashboard-grid--mobile-edit-mode .dashboard-module--mobile-collapsed .dashboard-module-collapsed-tile:active{cursor:grabbing;transform:none}.dashboard-grid .dashboard-module--mobile-sorting{z-index:32}.dashboard-grid .dashboard-module--mobile-sorting .dashboard-module-collapsed-tile{border-color:var(--shell-color-brand);box-shadow:0 10px 20px rgba(46,67,255,.2)}.dashboard-grid .dashboard-module .pinned-chat-widget{height:min(56vh,520px);max-height:min(56vh,520px);height:min(56dvh,520px);max-height:min(56dvh,520px)}.dashboard-grid .dashboard-module .pinned-chat-content{min-height:0;overflow-y:hidden}.dashboard-grid .dashboard-module .pinned-chat-messages{-webkit-overflow-scrolling:touch;min-height:0;overflow-y:auto}}.dashboard-container,.shell-home{--dashboard-accent:var(--projects-color-accent,var(--shell-color-brand));--dashboard-accent-hover:var(--projects-color-accent-hover,var(--shell-color-brand-hover));--dashboard-accent-rgb:var(--projects-color-accent-rgb,var(--shell-color-brand-rgb));--dashboard-surface:var(--shell-color-surface);--dashboard-surface-alt:var(--shell-color-surface-alt);--dashboard-border:var(--shell-glass-border);--dashboard-border-strong:var(--shell-color-border-strong);--dashboard-text:var(--shell-color-text);--dashboard-muted:var(--shell-color-text-muted)}.shell-home{gap:var(--shell-spacing-lg);flex-direction:column;min-width:0;display:flex}.dashboard-container{width:100%;min-width:0}.dashboard-grid{gap:var(--shell-spacing-lg);padding:var(--shell-spacing-xs);margin:0}.dashboard-module{border-radius:var(--shell-radius-md);color:var(--dashboard-text)}.dashboard-module-content{border-radius:inherit}.dashboard-module-content>.shell-widget{padding:var(--shell-spacing-lg);border:1px solid var(--dashboard-border);border-radius:var(--shell-radius-md);background:var(--dashboard-surface);color:var(--dashboard-text);box-shadow:var(--shell-shadow-md);-webkit-backdrop-filter:var(--shell-glass-blur);transition:border-color var(--shell-transition-fast),box-shadow var(--shell-transition-fast),transform var(--shell-transition-fast);min-height:0;position:relative}.dashboard-module:hover .dashboard-module-content>.shell-widget{border-color:rgba(var(--dashboard-accent-rgb),.5);box-shadow:var(--shell-shadow-lg)}.dashboard-module.dragging .dashboard-module-content>.shell-widget{border-color:rgba(var(--dashboard-accent-rgb),.6);box-shadow:0 0 0 2px rgba(var(--dashboard-accent-rgb),.18),var(--shell-shadow-lg)}.dashboard-module-content>.shell-widget .shell-card-title,.dashboard-module-content>.shell-widget h3{align-items:center;gap:var(--shell-spacing-sm);margin:0 0 var(--shell-spacing-md);color:var(--dashboard-text);letter-spacing:0;min-height:32px;font-size:.98rem;font-weight:700;line-height:1.2;display:flex}.dashboard-module-content .shell-muted,.dashboard-module-content>.shell-widget>p{color:var(--dashboard-muted)}.dashboard-module-content .shell-widget-icon,.dashboard-module-content .shell-widget-icon-link{border:1px solid rgba(var(--dashboard-accent-rgb),.22);border-radius:var(--shell-radius-sm);background:rgba(var(--dashboard-accent-rgb),.1);color:var(--dashboard-accent);flex:none;width:30px;height:30px;margin-right:0;padding:0}.dashboard-module-content .shell-widget-icon-link:hover{border-color:var(--dashboard-accent);background:rgba(var(--dashboard-accent-rgb),.16);color:var(--dashboard-accent);transform:none}.dashboard-module-content .shell-widget-badge{border:1px solid rgba(var(--dashboard-accent-rgb),.3);border-radius:var(--shell-radius-full);background:rgba(var(--dashboard-accent-rgb),.13);color:var(--dashboard-accent);font-size:.72rem;font-weight:700}.dashboard-module-content :-webkit-any(.gmail-unread-count,.tasks-widget-count,.calendar-summary-badge,.shell-calendar-tab-count){border:1px solid rgba(var(--dashboard-accent-rgb),.3);border-radius:var(--shell-radius-full);background:rgba(var(--dashboard-accent-rgb),.13);color:var(--dashboard-accent);font-size:.72rem;font-weight:700}.dashboard-module-content :-moz-any(.gmail-unread-count,.tasks-widget-count,.calendar-summary-badge,.shell-calendar-tab-count){border:1px solid rgba(var(--dashboard-accent-rgb),.3);border-radius:var(--shell-radius-full);background:rgba(var(--dashboard-accent-rgb),.13);color:var(--dashboard-accent);font-size:.72rem;font-weight:700}.dashboard-module-content :is(.gmail-unread-count,.tasks-widget-count,.calendar-summary-badge,.shell-calendar-tab-count){border:1px solid rgba(var(--dashboard-accent-rgb),.3);border-radius:var(--shell-radius-full);background:rgba(var(--dashboard-accent-rgb),.13);color:var(--dashboard-accent);font-size:.72rem;font-weight:700}.dashboard-module-content .shell-widget-badge-urgent{color:#c2410c;background:rgba(249,115,22,.14);border-color:rgba(249,115,22,.32)}.dashboard-module-content>.shell-widget>:last-child{border-radius:var(--shell-radius-sm)}.dashboard-module-content :-webkit-any(button,a,input,select,textarea){letter-spacing:0}.dashboard-module-content :-moz-any(button,a,input,select,textarea){letter-spacing:0}.dashboard-module-content :is(button,a,input,select,textarea){letter-spacing:0}.dashboard-module-content :-webkit-any(button,.shell-widget-more,.shell-widget-settings-link,.tasks-widget-add-button,.tasks-widget-ai-trigger,.shell-decision-footer-link,.shell-decision-header-viewall,.gmail-unread-configure,.gmail-unread-customize-toggle){border-radius:var(--shell-radius-sm)}.dashboard-module-content :-moz-any(button,.shell-widget-more,.shell-widget-settings-link,.tasks-widget-add-button,.tasks-widget-ai-trigger,.shell-decision-footer-link,.shell-decision-header-viewall,.gmail-unread-configure,.gmail-unread-customize-toggle){border-radius:var(--shell-radius-sm)}.dashboard-module-content :is(button,.shell-widget-more,.shell-widget-settings-link,.tasks-widget-add-button,.tasks-widget-ai-trigger,.shell-decision-footer-link,.shell-decision-header-viewall,.gmail-unread-configure,.gmail-unread-customize-toggle){border-radius:var(--shell-radius-sm)}.dashboard-module-content :-webkit-any(.shell-widget-more,.shell-widget-settings-link,.shell-decision-footer-link,.shell-decision-header-viewall){color:var(--dashboard-accent);font-weight:600;text-decoration:none}.dashboard-module-content :-moz-any(.shell-widget-more,.shell-widget-settings-link,.shell-decision-footer-link,.shell-decision-header-viewall){color:var(--dashboard-accent);font-weight:600;text-decoration:none}.dashboard-module-content :is(.shell-widget-more,.shell-widget-settings-link,.shell-decision-footer-link,.shell-decision-header-viewall){color:var(--dashboard-accent);font-weight:600;text-decoration:none}.dashboard-module-content :-webkit-any(.shell-widget-footer,.shell-widget-more){border-color:var(--dashboard-border)}.dashboard-module-content :-moz-any(.shell-widget-footer,.shell-widget-more){border-color:var(--dashboard-border)}.dashboard-module-content :is(.shell-widget-footer,.shell-widget-more){border-color:var(--dashboard-border)}.dashboard-module-content :-webkit-any(.tasks-widget-tabs,.shell-calendar-tabs,.gmail-unread-category-row,.calendar-summary-tabs,.calorie-tabs){border:1px solid var(--dashboard-border);border-radius:var(--shell-radius-md);background:color-mix(in srgb,var(--dashboard-surface) 92%,transparent);padding:4px}.dashboard-module-content :-moz-any(.tasks-widget-tabs,.shell-calendar-tabs,.gmail-unread-category-row,.calendar-summary-tabs,.calorie-tabs){border:1px solid var(--dashboard-border);border-radius:var(--shell-radius-md);background:color-mix(in srgb,var(--dashboard-surface) 92%,transparent);padding:4px}.dashboard-module-content :is(.tasks-widget-tabs,.shell-calendar-tabs,.gmail-unread-category-row,.calendar-summary-tabs,.calorie-tabs){border:1px solid var(--dashboard-border);border-radius:var(--shell-radius-md);background:color-mix(in srgb,var(--dashboard-surface) 92%,transparent);padding:4px}.dashboard-module-content :-webkit-any(.tasks-widget-tab,.shell-calendar-tab,.gmail-unread-category-card,.calendar-summary-tab,.calorie-tab){border-radius:var(--shell-radius-sm);color:var(--dashboard-muted)}.dashboard-module-content :-moz-any(.tasks-widget-tab,.shell-calendar-tab,.gmail-unread-category-card,.calendar-summary-tab,.calorie-tab){border-radius:var(--shell-radius-sm);color:var(--dashboard-muted)}.dashboard-module-content :is(.tasks-widget-tab,.shell-calendar-tab,.gmail-unread-category-card,.calendar-summary-tab,.calorie-tab){border-radius:var(--shell-radius-sm);color:var(--dashboard-muted)}.dashboard-module-content :-webkit-any(.tasks-widget-tab.active,.shell-calendar-tab.active,.gmail-unread-category-card.active,.calendar-summary-tab.active,.calorie-tab.active){background:rgba(var(--dashboard-accent-rgb),.12);color:var(--dashboard-accent)}.dashboard-module-content :-moz-any(.tasks-widget-tab.active,.shell-calendar-tab.active,.gmail-unread-category-card.active,.calendar-summary-tab.active,.calorie-tab.active){background:rgba(var(--dashboard-accent-rgb),.12);color:var(--dashboard-accent)}.dashboard-module-content :is(.tasks-widget-tab.active,.shell-calendar-tab.active,.gmail-unread-category-card.active,.calendar-summary-tab.active,.calorie-tab.active){background:rgba(var(--dashboard-accent-rgb),.12);color:var(--dashboard-accent)}.dashboard-module-content :-webkit-any(.tasks-widget-item,.shell-decision-item,.urgent-item,.unresponded-item,.notes-item,.pinned-chat-message,.shell-calendar-event-card,.calendar-summary-event,.gmail-unread-action,.gmail-unread-message,.world-clock-row,.quick-launch-item,.intention-item){border-color:var(--dashboard-border);border-radius:var(--shell-radius-sm);background:color-mix(in srgb,var(--dashboard-surface) 92%,transparent)}.dashboard-module-content :-moz-any(.tasks-widget-item,.shell-decision-item,.urgent-item,.unresponded-item,.notes-item,.pinned-chat-message,.shell-calendar-event-card,.calendar-summary-event,.gmail-unread-action,.gmail-unread-message,.world-clock-row,.quick-launch-item,.intention-item){border-color:var(--dashboard-border);border-radius:var(--shell-radius-sm);background:color-mix(in srgb,var(--dashboard-surface) 92%,transparent)}.dashboard-module-content :is(.tasks-widget-item,.shell-decision-item,.urgent-item,.unresponded-item,.notes-item,.pinned-chat-message,.shell-calendar-event-card,.calendar-summary-event,.gmail-unread-action,.gmail-unread-message,.world-clock-row,.quick-launch-item,.intention-item){border-color:var(--dashboard-border);border-radius:var(--shell-radius-sm);background:color-mix(in srgb,var(--dashboard-surface) 92%,transparent)}.dashboard-module-content :-webkit-any(.tasks-widget-item:hover,.shell-decision-item:hover,.urgent-item:hover,.unresponded-item:hover,.notes-item:hover,.quick-launch-item:hover){border-color:rgba(var(--dashboard-accent-rgb),.42)}.dashboard-module-content :-moz-any(.tasks-widget-item:hover,.shell-decision-item:hover,.urgent-item:hover,.unresponded-item:hover,.notes-item:hover,.quick-launch-item:hover){border-color:rgba(var(--dashboard-accent-rgb),.42)}.dashboard-module-content :is(.tasks-widget-item:hover,.shell-decision-item:hover,.urgent-item:hover,.unresponded-item:hover,.notes-item:hover,.quick-launch-item:hover){border-color:rgba(var(--dashboard-accent-rgb),.42)}.dashboard-module-content :-webkit-any(input,select,textarea){border-color:var(--dashboard-border-strong);border-radius:var(--shell-radius-sm);background:color-mix(in srgb,var(--dashboard-surface) 96%,transparent);color:var(--dashboard-text)}.dashboard-module-content :-moz-any(input,select,textarea){border-color:var(--dashboard-border-strong);border-radius:var(--shell-radius-sm);background:color-mix(in srgb,var(--dashboard-surface) 96%,transparent);color:var(--dashboard-text)}.dashboard-module-content :is(input,select,textarea){border-color:var(--dashboard-border-strong);border-radius:var(--shell-radius-sm);background:color-mix(in srgb,var(--dashboard-surface) 96%,transparent);color:var(--dashboard-text)}.dashboard-module-content :-webkit-any(input:focus,select:focus,textarea:focus){outline:2px solid rgba(var(--dashboard-accent-rgb),.2);outline-offset:1px;border-color:var(--dashboard-accent)}.dashboard-module-content :-moz-any(input:focus,select:focus,textarea:focus){outline:2px solid rgba(var(--dashboard-accent-rgb),.2);outline-offset:1px;border-color:var(--dashboard-accent)}.dashboard-module-content :is(input:focus,select:focus,textarea:focus){outline:2px solid rgba(var(--dashboard-accent-rgb),.2);outline-offset:1px;border-color:var(--dashboard-accent)}.dashboard-drag-preview{border:2px dashed rgba(var(--dashboard-accent-rgb),.58);border-radius:var(--shell-radius-md);background:rgba(var(--dashboard-accent-rgb),.1)}.dashboard-drag-handle{border-radius:0 0 var(--shell-radius-sm) var(--shell-radius-sm);background:color-mix(in srgb,var(--dashboard-surface) 92%,transparent);color:var(--dashboard-muted);border:1px solid var(--dashboard-border);border-top:0;width:54px;height:18px;top:2px}.dashboard-drag-handle:hover{background:rgba(var(--dashboard-accent-rgb),.1);color:var(--dashboard-accent)}.dashboard-resize-bottom,.dashboard-resize-corner,.dashboard-resize-right{background:none}.dashboard-resize-bottom:after,.dashboard-resize-corner:after,.dashboard-resize-right:after{content:"";border-radius:var(--shell-radius-full);background:rgba(var(--dashboard-accent-rgb),.28);opacity:0;transition:opacity var(--shell-transition-fast),background var(--shell-transition-fast);position:absolute}.dashboard-resize-right:after{width:3px;top:24px;bottom:24px;right:2px}.dashboard-resize-bottom:after{height:3px;bottom:2px;left:24px;right:24px}.dashboard-resize-corner:after{width:10px;height:10px;bottom:4px;right:4px}.dashboard-module:hover .dashboard-resize-handle:after,.dashboard-resize-handle:hover:after{opacity:1}.dashboard-resize-handle:hover:after{background:var(--dashboard-accent)}.dashboard-module-remove{border-radius:var(--shell-radius-sm);background:color-mix(in srgb,#ef4444 10%,var(--dashboard-surface));border:1px solid rgba(239,68,68,.24);width:28px;height:28px;top:8px;right:8px}.dashboard-add-widget-fab{border:1px solid var(--dashboard-accent);border-radius:var(--shell-radius-md);background:var(--dashboard-accent);box-shadow:var(--shell-shadow-brand);width:52px;height:52px}.dashboard-add-widget-fab:hover{background:var(--dashboard-accent-hover);border-color:var(--dashboard-accent-hover);box-shadow:var(--shell-shadow-brand-hover);transform:translateY(-2px)}.dashboard-loading{border:1px dashed var(--dashboard-border);border-radius:var(--shell-radius-md);background:color-mix(in srgb,var(--dashboard-surface) 88%,transparent);min-height:360px}.dashboard-loading-spinner{border-color:var(--dashboard-border);border-top-color:var(--dashboard-accent)}.widget-remove-dialog{border:1px solid var(--dashboard-border);border-radius:var(--shell-radius-md);box-shadow:var(--shell-shadow-lg)}.widget-remove-cancel,.widget-remove-confirm{border-radius:var(--shell-radius-sm);font-weight:600}.dashboard-module-content :-webkit-any(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list){--dashboard-scroll-bg:color-mix(in srgb,var(--dashboard-surface) 96%,transparent);--dashboard-scroll-shadow:rgba(14,165,233,.16)}.dashboard-module-content :-moz-any(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list){--dashboard-scroll-bg:color-mix(in srgb,var(--dashboard-surface) 96%,transparent);--dashboard-scroll-shadow:rgba(14,165,233,.16)}.dashboard-module-content :is(.shell-calendar-embedded-body,.shell-meeting-invites-body,.calendar-summary-template,.calendar-summary-editor-shell,.tasks-widget-sections,.tasks-widget-inbox-list,.notes-list){--dashboard-scroll-bg:color-mix(in srgb,var(--dashboard-surface) 96%,transparent);--dashboard-scroll-shadow:rgba(14,165,233,.16)}@media (max-width:768px){.dashboard-grid{gap:var(--shell-spacing-sm);padding:0}.dashboard-module-content>.shell-widget{padding:var(--shell-spacing-md)}.dashboard-grid .dashboard-module-collapsed-tile{border-radius:var(--shell-radius-md);border-color:var(--dashboard-border);background:var(--dashboard-surface);box-shadow:var(--shell-shadow-sm)}.dashboard-grid .dashboard-module-collapsed-icon{border-radius:var(--shell-radius-sm);border-color:rgba(var(--dashboard-accent-rgb),.28);background:rgba(var(--dashboard-accent-rgb),.12);color:var(--dashboard-accent)}}}@layer components{.shell-widget{min-height:200px}@keyframes widget-unread-pulse{0%{box-shadow:inset 0 0 0 0 rgba(var(--shell-color-brand-rgb),0),0 0 0 0 rgba(var(--shell-color-brand-rgb),0)}50%{box-shadow:inset 0 0 20px 0 rgba(var(--shell-color-brand-rgb),.08),0 0 15px 0 rgba(var(--shell-color-brand-rgb),.15)}to{box-shadow:inset 0 0 0 0 rgba(var(--shell-color-brand-rgb),0),0 0 0 0 rgba(var(--shell-color-brand-rgb),0)}}.shell-widget.has-unread{isolation:isolate;animation:widget-unread-pulse 2.5s ease-in-out infinite;position:relative}.shell-widget.has-unread .shell-card-title{position:relative}.shell-widget.has-unread:before{content:"";border-radius:inherit;pointer-events:none;z-index:0;background:radial-gradient(circle at 20% 15%,rgba(var(--shell-color-brand-rgb),.14),transparent 55%),radial-gradient(circle at 85% 80%,rgba(var(--shell-color-brand-rgb),.1),transparent 55%);opacity:0;animation:widget-unread-bg 2.5s ease-in-out infinite;position:absolute;top:0;bottom:0;left:0;right:0}.shell-widget.has-unread>*{z-index:1;position:relative}@keyframes widget-unread-bg{0%,to{opacity:0}50%{opacity:1}}.shell-widget.has-unread .shell-card-title:after{content:"";background:var(--shell-color-brand);border-radius:50%;width:8px;height:8px;animation:widget-dot-pulse 2s ease-in-out infinite;position:absolute;top:50%;right:-8px;transform:translateY(-50%)}@keyframes widget-dot-pulse{0%,to{opacity:1;transform:translateY(-50%)scale(1)}50%{opacity:.6;transform:translateY(-50%)scale(.85)}}.shell-widget-full{grid-column:1/-1}.shell-widget-icon{opacity:.7}.shell-widget-icon,.shell-widget-icon-link{margin-right:var(--shell-spacing-sm);display:inline-flex}.shell-widget-icon-link{border-radius:var(--shell-radius-sm);color:var(--shell-color-text-muted);transition:all var(--shell-transition-fast);cursor:pointer;background:none;justify-content:center;align-items:center;padding:6px}.shell-widget-icon-link:hover{background:var(--shell-color-brand);color:#fff;transform:scale(1.1)}.shell-widget-icon-link:active{transform:scale(.95)}.shell-widget-icon-link svg{display:block}.shell-widget-badge{background:var(--shell-color-brand);color:#fff;border-radius:999px;margin-left:auto;padding:2px 8px;font-size:.75rem;font-weight:600}.shell-widget-badge-urgent{background:#f97316}.shell-widget-more{text-align:center;padding:var(--shell-spacing-sm);margin-top:var(--shell-spacing-sm);color:var(--shell-color-brand);border-top:1px solid var(--shell-color-border);font-size:.85rem;display:block}.shell-widget-more:hover{text-decoration:underline}.shell-widget-footer{border-top:1px solid var(--shell-color-border);padding-top:var(--shell-spacing-sm);margin-top:var(--shell-spacing-sm);justify-content:space-between;align-items:center;display:flex}.shell-widget-settings-link{color:var(--shell-color-text-muted);font-size:.8rem}.shell-widget-settings-link:hover{color:var(--shell-color-brand)}.widget-remove-overlay{z-index:1001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.6);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.widget-remove-dialog{background:var(--shell-color-surface);border-radius:var(--shell-radius-lg);border:1px solid var(--shell-color-border);padding:var(--shell-spacing-xl);text-align:center;width:90%;max-width:400px;box-shadow:0 20px 40px rgba(0,0,0,.3)}.widget-remove-dialog h3{margin:0 0 var(--shell-spacing-sm);color:var(--shell-color-text);font-size:1.125rem;font-weight:600}.widget-remove-dialog p{margin:0 0 var(--shell-spacing-lg);color:var(--shell-color-text-muted);font-size:.9rem}.widget-remove-actions{gap:var(--shell-spacing-sm);justify-content:center;display:flex}.widget-remove-cancel,.widget-remove-confirm{padding:var(--shell-spacing-sm) var(--shell-spacing-lg);border-radius:var(--shell-radius-md);cursor:pointer;font-size:.9rem;font-weight:500;transition:all .15s}.widget-remove-cancel{color:var(--shell-color-text-muted);border:1px solid var(--shell-color-border);background:none}.widget-remove-cancel:hover{background:var(--shell-color-border);color:var(--shell-color-text)}.widget-remove-confirm{color:#fff;background:#ef4444;border:none}.widget-remove-confirm:hover{background:#dc2626}}