@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");:root{--google-blue:#1a73e8;--google-blue-dark:#174ea6;--google-grey-bg:#f8f9fa;--google-light-grey-border:#dadce0;--google-dark-grey-text:#202124;--google-medium-grey-text:#5f6368;--google-light-grey-text:#70757a;--google-card-bg:#ffffff;--shadow-header:0 1px 2px 0 rgba(60,64,67,0.3),0 2px 6px 2px rgba(60,64,67,0.15);--shadow-card:0 1px 2px 0 rgba(60,64,67,0.3),0 1px 3px 1px rgba(60,64,67,0.15);--shadow-card-hover:0 4px 8px 0 rgba(60,64,67,0.1),0 6px 20px 0 rgba(60,64,67,0.05)}body{margin:0;font-family:Roboto,sans-serif;background-color:var(--google-grey-bg);color:var(--google-dark-grey-text);overflow-x:hidden;line-height:1.5}.google-slides-dashboard-exact{display:flex;flex-direction:column;min-height:100vh}.dashboard-header-exact{justify-content:space-between;padding:8px 16px 8px 8px;background-color:var(--google-card-bg);border-bottom:1px solid var(--google-light-grey-border);box-shadow:var(--shadow-header);min-height:64px;box-sizing:border-box;position:-webkit-sticky;position:sticky;top:0;z-index:0}.dashboard-header-exact,.header-center-exact,.header-left-exact,.header-right-exact{display:flex;align-items:center}.menu-button{background:none;border:none;padding:8px;border-radius:50%;cursor:pointer;transition:background-color .2s ease;color:var(--google-medium-grey-text);margin-right:8px}.menu-button:hover{background-color:rgba(0,0,0,.04)}.slides-app-icon{height:30px;width:30px;margin-right:8px}.app-title-exact{font-size:18px;font-weight:400;color:var(--google-medium-grey-text);margin-right:24px}.header-center-exact{flex-grow:1;max-width:720px;margin:0 24px}.search-bar{display:flex;align-items:center;width:100%;background-color:var(--google-grey-bg);border-radius:8px;padding:8px 16px;box-shadow:inset 0 1px 2px rgba(0,0,0,.05)}.search-bar:focus-within{background-color:var(--google-card-bg);box-shadow:var(--shadow-subtle);border:1px solid var(--google-blue)}.search-icon{color:var(--google-medium-grey-text);margin-right:12px;font-size:24px}.search-bar input{flex-grow:1;border:none;outline:none;background:none;font-size:1rem;color:var(--google-dark-grey-text);padding:0}.search-bar input::placeholder{color:var(--google-light-grey-text)}.template-gallery-button{background:none;border:1px solid var(--google-light-grey-border);padding:8px 16px;border-radius:4px;color:var(--google-medium-grey-text);font-size:.9rem;font-weight:500;cursor:pointer;display:flex;align-items:center;transition:background-color .2s ease,border-color .2s ease}.template-gallery-button:hover{background-color:rgba(0,0,0,.04);border-color:rgba(0,0,0,.1)}.template-gallery-button .arrow-down{font-size:20px;margin-left:4px}.app-launcher-icon{color:var(--google-medium-grey-text);font-size:24px;margin-left:16px;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s ease}.app-launcher-icon:hover{background-color:rgba(0,0,0,.04)}.user-profile-circle{width:32px;height:32px;border-radius:50%;background-color:#4a88f5;color:white;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:16px;margin-left:16px;cursor:pointer}.dashboard-content-area{flex-grow:1;padding:24px 72px;max-width:1440px;margin:0 auto;box-sizing:border-box}.section-title{font-size:1.125rem;font-weight:500;color:var(--google-dark-grey-text);margin-bottom:20px}.new-presentation-section{margin-bottom:48px}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,7fr));grid-gap:16px;gap:16px;width:1200px}.template-card{background-color:var(--google-card-bg);border:1px solid var(--google-light-grey-border);border-radius:8px;overflow:hidden;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column}.template-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.blank-card{min-height:180px;justify-content:center;align-items:center;text-align:center}.blank-card-icon{font-size:60px;color:var(--google-medium-grey-text);margin-bottom:10px}.template-thumbnail{width:100%;height:130px;background-size:cover;background-position:50%;border-bottom:1px solid var(--google-light-grey-border);flex-shrink:0}.card-title{font-size:.9rem;font-weight:500;color:var(--google-dark-grey-text);margin:12px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-presentations-section{margin-bottom:48px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header .section-title{margin-bottom:0}.filter-sort-options{display:flex;gap:8px}.filter-button,.sort-button,.view-toggle-button{background-color:transparent;border:1px solid var(--google-light-grey-border);padding:8px 12px;border-radius:4px;color:var(--google-medium-grey-text);font-size:.85rem;font-weight:500;cursor:pointer;display:flex;align-items:center;transition:background-color .2s ease,border-color .2s ease}.filter-button:hover,.sort-button:hover,.view-toggle-button:hover{background-color:rgba(0,0,0,.04);border-color:rgba(0,0,0,.1)}.filter-button .arrow-down,.sort-button .material-icons{font-size:20px;margin-left:4px}.recent-files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:16px;gap:16px;width:1200px}.recent-file-card{background-color:var(--google-card-bg);border:1px solid var(--google-light-grey-border);border-radius:8px;overflow:hidden;box-shadow:var(--shadow-card);transition:box-shadow .2s ease,transform .2s ease}.recent-file-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.file-thumbnail-container{height:140px;width:100%;cursor:pointer;overflow:hidden;border-bottom:1px solid var(--google-light-grey-border)}.file-thumbnail{width:100%;height:100%;background-size:cover;background-position:50%;transition:transform .3s ease}.file-thumbnail-container:hover .file-thumbnail{transform:scale(1.05)}.file-card-footer{display:flex;align-items:center;padding:14px 16px;position:relative}.file-card-title{flex-grow:1;font-size:.95rem;font-weight:500;color:var(--google-dark-grey-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:30px}.file-card-menu-button{background:none;border:none;color:var(--google-medium-grey-text);font-size:20px;cursor:pointer;padding:4px;border-radius:50%;transition:background-color .2s ease;right:8px}.file-card-menu-button:hover{background-color:rgba(0,0,0,.04)}.file-card-date{font-size:.7em;color:var(--google-light-grey-text);margin:0;position:absolute;bottom:2px;left:16px}.empty-state-exact{text-align:center;padding:50px 20px;color:var(--google-medium-grey-text);font-size:1.1rem}.empty-state-exact p{margin-bottom:10px}@media (max-width:1024px){.dashboard-content-area{padding:24px 48px}.template-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.recent-files-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:768px){.dashboard-header-exact{flex-wrap:wrap;justify-content:center;padding:8px 10px}.header-left-exact,.header-right-exact{margin-bottom:8px;width:100%;justify-content:space-between}.header-center-exact{order:3;margin:0;width:100%}.dashboard-content-area{padding:20px 24px}.recent-files-grid,.template-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.section-header{flex-direction:column;align-items:flex-start}.filter-sort-options{margin-top:10px;width:100%;justify-content:space-between}}@media (max-width:480px){.dashboard-content-area{padding:15px}.recent-files-grid,.template-grid{grid-template-columns:1fr}.recent-file-card,.template-card{margin-left:auto;margin-right:auto;max-width:300px}.header-left-exact .app-title-exact,.header-right-exact .template-gallery-button{display:none}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.modal-content{background:white;padding:20px;border-radius:12px;width:600px;height:400px;overflow-y:hidden}.line-btw-modal{height:.5px;background:rgba(0,0,0,.1);width:100%;margin-top:10px}.modal-content h3{font-size:20px;font-weight:300}.grant-access-btn{background-color:#4a88f5;color:white}.grant-access-btn,.grant-access-btn2{border:1px solid #4a88f5;padding:6px 12px;border-radius:6px;cursor:pointer;width:160px}.grant-access-btn2{background-color:white;color:#4a88f5}.grant-access-btn1{right:30px;background:none;height:30px;width:30px;padding:6px;border-radius:50%}.grant-access-btn1:hover{background-color:rgba(0,0,0,.04);border-radius:50%;height:30px;width:30px}.user-list{display:flex;flex-direction:column;gap:10px;margin-top:5px;overflow-y:auto;max-height:250px;scrollbar-width:none;-ms-overflow-style:none}.user-list::-webkit-scrollbar{display:none}.modal-header{display:flex;align-items:center;justify-content:space-between}