:root{--dashboard-space-xs:0.5rem;--dashboard-space-sm:1rem;--dashboard-space-md:1.5rem;--dashboard-space-lg:2rem;--dashboard-space-xl:2.5rem;--dashboard-space-xxl:3rem}.dashboard-logo-container{display:flex;justify-content:center;align-items:center;width:100%;padding:var(--dashboard-space-md) 0 .1rem 0;margin:0 auto;background:transparent;border:none}.dashboard-logo{max-width:81px;height:auto;display:block;background:transparent!important;border:none!important;padding:0!important;margin:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.main-dashboard{width:100%;display:flex;justify-content:center;padding:0 var(--dashboard-space-md) var(--dashboard-space-xxl);box-sizing:border-box}.dashboard-center-stack{max-width:1320px;gap:var(--dashboard-space-xl)}.dashboard-center-stack,.dashboard-section.centered{width:100%;display:flex;flex-direction:column;align-items:center}.dashboard-section.centered{max-width:1200px;margin:0 auto}.dashboard-section.centered .section-content,.dashboard-section.centered .section-header{width:100%}.dashboard-section.centered .section-title-row{justify-content:space-between;gap:.75rem}.dashboard-section.centered .section-title-row,.dashboard-section.centered .section-title-row.with-navigation{flex-direction:row;align-items:center;text-align:left}.dashboard-section.centered .section-title-row.with-navigation .section-title{text-align:left}.dashboard-section.centered .section-navigation{justify-content:center}.dashboard-section.centered .section-title-row.with-navigation .section-navigation{justify-content:flex-end}.dashboard-section.centered .section-title{text-align:left}.dashboard-column-title,.drop-zone-title,.quick-action-label,.section-title{font-family:Figtree,Geist,-apple-system,sans-serif;letter-spacing:-.02em}.dashboard-title-centered{margin-bottom:var(--dashboard-space-xs);padding-top:0}.dashboard-title-centered .unified-page-title-content{flex-direction:column;align-items:center;text-align:center}.dashboard-title-centered .unified-page-title-section{align-items:center}.dashboard-title-centered .unified-page-title-stats{justify-content:center;flex-wrap:wrap}.dashboard-title-container{display:flex;align-items:flex-start;gap:var(--dashboard-space-sm);margin-bottom:var(--dashboard-space-lg)}.dashboard-title-container .page-title-simple{flex:1;margin-bottom:0;padding-top:.5rem}.quick-workspace-section{width:100%;display:flex;justify-content:center}.quick-workspace{width:100%;max-width:1200px;background:transparent;border:none;border-radius:20px;padding:0;box-shadow:none;display:flex;flex-direction:column;gap:var(--dashboard-space-md)}.dashboard-search-bar{width:100%;max-width:none;display:block}.dashboard-search-bar .search-bar-field{background:var(--chat-gradient-input,linear-gradient(135deg,#252831 0,#2d3139 50%,#252831 100%));border:none;box-shadow:none}.dashboard-search-bar .search-bar-field:focus{background:linear-gradient(135deg,#2d3139,#353942 50%,#2d3139);box-shadow:none}.dashboard-search-bar .search-bar-field::-moz-placeholder{font-family:Figtree,Geist,-apple-system,sans-serif;font-size:14px}.dashboard-search-bar .search-bar-field::placeholder{font-family:Figtree,Geist,-apple-system,sans-serif;font-size:14px}.quick-actions-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--dashboard-space-sm)}.quick-action-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--dashboard-space-xs);padding:var(--dashboard-space-md);border-radius:16px;background:var(--chat-gradient-input,linear-gradient(135deg,#252831 0,#2d3139 50%,#252831 100%));border:none;color:var(--chat-text-primary,#e8eaed);cursor:pointer;transition:all .3s ease;min-height:120px;text-align:center;position:relative;overflow:hidden}.quick-action-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.02));opacity:0;transition:opacity .3s ease;pointer-events:none}.quick-action-card svg{width:28px;height:28px}.quick-action-label{font-size:.95rem;font-weight:600;color:var(--chat-text-primary,#e8eaed);letter-spacing:-.01em}.quick-action-card:hover{transform:translateY(-3px);background:linear-gradient(135deg,#2d3139,#353942 50%,#2d3139);box-shadow:0 15px 40px rgba(0,0,0,.25)}.quick-action-card:hover:before{opacity:1}.quick-action-card.create-note{color:#3b82f6}.quick-action-card.import{color:#a855f7}.quick-action-card.youtube{color:#ef4444}.quick-action-card.chat{color:#22c55e}.quick-action-card.create-note:hover{background:rgba(59,130,246,.18)}.quick-action-card.import:hover{background:rgba(168,85,247,.18)}.quick-action-card.youtube:hover{background:rgba(239,68,68,.18)}.quick-action-card.chat:hover{background:rgba(34,197,94,.18)}.recent-files-centered{display:flex;justify-content:center}.recent-files-centered .recent-files-grid,.recent-files-centered .recent-files-list{width:100%;max-width:1200px}.drop-zone-section .drop-zone{width:100%}.drop-zone-centered{display:flex;width:100%;justify-content:center}.drop-zone-card{width:100%;max-width:1200px;background:var(--chat-gradient-input,linear-gradient(135deg,#252831 0,#2d3139 50%,#252831 100%));border-radius:12px;padding:var(--dashboard-space-md);box-shadow:none}.drop-zone-card .unified-upload-zone,.notes-carousel-section{width:100%}.notes-section .section-header{margin-bottom:var(--dashboard-space-xs,.5rem)}.notes-section .section-content{padding-top:0;padding-bottom:0;position:relative}.notes-section .section-content:before{left:0;background:linear-gradient(90deg,rgba(0,0,0,.4) 0,transparent)}.notes-section .section-content:after,.notes-section .section-content:before{content:"";position:absolute;top:0;bottom:0;width:5px;pointer-events:none;z-index:10}.notes-section .section-content:after{right:0;background:linear-gradient(270deg,rgba(0,0,0,.4) 0,transparent)}.notes-section .notes-carousel-notion{margin-top:0;margin-bottom:0}.drop-zone-section .section-header,.quick-workspace-section .section-header,.recent-files-section .section-header{margin-bottom:1.25rem}.drop-zone-section .section-title-row,.quick-workspace-section .section-title-row,.recent-files-section .section-title-row{margin-bottom:0}.drop-zone-section .section-content,.quick-workspace-section .section-content,.recent-files-section .section-content{padding-top:0}@media (max-width:768px){.dashboard-center-stack,.quick-workspace{gap:var(--dashboard-space-md,1.5rem)}.quick-workspace{padding:var(--dashboard-space-sm,1rem) var(--dashboard-space-md,1.5rem)}.quick-actions-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width:480px){.quick-workspace{padding:var(--dashboard-space-sm,1rem)}.quick-actions-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}}