.manual-launcher-button{background:none;border:2px solid white;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:40px;height:40px}.manual-launcher-button:hover{background-color:#ffffff1a}.manual-launcher-button:focus{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.manual-launcher-icon{width:24px;height:24px;filter:brightness(0) invert(1)}.manual-guide-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1100}.manual-guide-modal-content{width:min(1200px,100%);height:min(85vh,900px);background:#fff;border-radius:12px;box-shadow:0 12px 28px #0003;overflow:hidden;position:relative;display:flex;flex-direction:column}.manual-guide-modal-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e0e0e0;padding:16px 20px;position:relative;z-index:2}.manual-guide-modal-header h2{margin:0;font-size:1.2rem;color:#1f2937}.manual-guide-modal-close{border:none;background:transparent;color:#4b5563;cursor:pointer;font-size:28px;line-height:1}.manual-guide-modal-body{display:grid;grid-template-rows:auto 1fr;gap:12px;padding:16px 20px 20px;flex:1;min-height:0;overflow:hidden}.manual-guide-link-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:10px 14px;border-radius:8px;background:#1a4679;color:#fff;text-decoration:none;font-weight:600;position:relative;z-index:2}.manual-guide-link-button:hover{opacity:.9}.manual-guide-iframe-wrapper{position:relative;width:100%;min-height:0;border:1px solid #e5e7eb;border-radius:8px;overflow:auto;-webkit-overflow-scrolling:touch;z-index:1}.manual-guide-content-iframe{width:100%;height:100%;border:none;display:block}@media (max-width: 768px){.manual-guide-modal-overlay{padding:12px}.manual-guide-modal-content{height:90vh}.manual-guide-modal-header h2{font-size:1rem}}.app-launcher{position:relative}.app-launcher-button{background:none;border:2px solid white;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:40px;height:40px}.app-launcher-button:hover{background-color:#ffffff1a}.app-launcher-button:focus{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.app-launcher-icon{width:24px;height:24px}.app-launcher-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-height:400px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;overflow:hidden;z-index:1000;border:1px solid #e0e0e0}.app-launcher-header{padding:16px 20px 12px;border-bottom:1px solid #e0e0e0;background-color:#f8f9fa}.app-launcher-header span{font-size:14px;font-weight:500;color:#3c4043}.app-launcher-grid{padding:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-height:320px;overflow-y:auto}.app-launcher-item{display:flex;flex-direction:column;align-items:center;padding:12px 8px;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:center}.app-launcher-item:hover{background-color:#f1f3f4}.app-launcher-item:focus{outline:2px solid #4285f4;outline-offset:2px;background-color:#f1f3f4}.app-launcher-item-icon{width:48px;height:48px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:8px;background-color:#f8f9fa}.app-launcher-item-icon img{width:48px;height:48px;object-fit:cover;border-radius:8px}.app-launcher-fallback-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#e8eaed;color:#5f6368;font-size:18px;font-weight:500;border-radius:8px}.app-launcher-item-name{font-size:12px;color:#3c4043;line-height:1.3;max-width:80px;word-wrap:break-word;overflow-wrap:break-word}.app-launcher-loading,.app-launcher-empty{grid-column:1 / -1;text-align:center;padding:24px 16px;color:#5f6368;font-size:14px}.app-launcher-loading{display:flex;align-items:center;justify-content:center;gap:8px}.app-launcher-loading:after{content:"";width:16px;height:16px;border:2px solid #e0e0e0;border-top:2px solid #4285f4;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.app-launcher-dropdown{width:280px;right:-20px}.app-launcher-grid{padding:12px;gap:12px}.app-launcher-item{padding:8px 4px}.app-launcher-item-icon{width:40px;height:40px;margin-bottom:6px}.app-launcher-item-icon img{width:40px;height:40px}.app-launcher-fallback-icon{width:40px;height:40px;font-size:16px}.app-launcher-item-name{font-size:11px;max-width:70px}}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background-color:#2578e3;color:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-left,.header-right{display:flex;align-items:center;gap:1rem}.app-icon{width:40px;height:40px;border-radius:8px;object-fit:contain}.app-title{font-size:1.5rem;font-weight:600;margin:0}.nav{display:flex;gap:1rem}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;transition:background-color .2s ease}.nav-link:hover{background-color:#ffffff1a}.nav-link.active{background-color:#fff3}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.main-content--full{max-width:none;padding-left:1rem;padding-right:1rem}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;padding:1rem}.nav{width:100%;justify-content:center}}.page{padding:2rem 0}.page-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;min-height:400px}.page-title{color:#2578e3;font-size:2rem;margin-bottom:1rem;font-weight:600}.page-description{color:#666;font-size:1rem;line-height:1.6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{min-height:100vh}
