/* Scholar Tour - Minified CSS */
:root{--scholar-purple:#8B4DFF;--scholar-purple-light:#e9d8ff;--scholar-green:#4dff7f;--scholar-text-dark:#444;--scholar-text-medium:#666;--scholar-border-light:#f0f0f0}.scholar-tour-panel{position:fixed;bottom:20px;right:20px;width:320px;background:#fff;border:2px solid var(--scholar-purple);border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.2);z-index:9999;padding:1.25rem;font-size:14px;overflow-y:auto;max-height:550px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;transition:width .3s,height .3s,padding .3s}.scholar-tour-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.scholar-tour-title{font-size:18px;margin:0}.scholar-tour-title h2{font-size:1.1rem;margin:0;padding:0;color:var(--scholar-text-dark);font-weight:600}.scholar-tour-subtitle{font-size:.85rem;color:var(--scholar-text-medium);margin-bottom:12px}.scholar-tour-minimize-btn{background:transparent;border:none;cursor:pointer;padding:4px}.scholar-tour-minimize-btn img{width:20px;height:20px}.scholar-tour-panel.minimized{width:auto;height:auto;padding:8px;border-radius:30px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;background:var(--scholar-purple)}.scholar-tour-panel.minimized .scholar-tour-header{margin-bottom:0}.scholar-tour-panel.minimized h2{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;color:#fff}.scholar-tour-panel.minimized .scholar-tour-subtitle,.scholar-tour-panel.minimized .scholar-tour-progress-row,.scholar-tour-panel.minimized .scholar-tour-section-label,.scholar-tour-panel.minimized .scholar-tour-task-card,.scholar-tour-panel.minimized .scholar-tour-reset-btn,.scholar-tour-panel.minimized .scholar-tour-minimize-btn{display:none}.scholar-tour-progress-row{display:flex;align-items:center;margin-bottom:12px}.scholar-tour-progress-label{font-size:.85rem;color:var(--scholar-purple);margin-right:6px;white-space:nowrap}.scholar-tour-progress-bar-wrapper{flex:1;height:10px;background:var(--scholar-purple-light);border-radius:5px;overflow:hidden;position:relative}.scholar-tour-progress-fill{height:100%;width:0;background:var(--scholar-purple);transition:width .3s ease}.scholar-tour-section-label{display:inline-block;font-size:.75rem;font-weight:600;padding:3px 8px;border-radius:4px;margin-bottom:8px}.scholar-tour-label-todo{background:var(--scholar-purple);color:#fff}.scholar-tour-task-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--scholar-border-light);border-radius:6px;padding:.75rem;margin-bottom:1rem}.scholar-tour-play-btn{width:36px;height:36px;border:none;background:none;cursor:pointer;padding:0}.scholar-tour-play-btn img{width:36px;height:36px;display:block}.scholar-tour-play-btn-svg{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%238B4DFF' stroke='none'/%3E%3Cpath d='M16 12l-6 4V8z' fill='white'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;display:block;width:36px;height:36px}.scholar-tour-task-info{flex:1;margin:0 .75rem}.scholar-tour-task-info h3{font-size:.95rem;margin:0 0 4px;padding:0;color:var(--scholar-text-dark)}.scholar-tour-task-info p{font-size:.8rem;color:var(--scholar-text-medium);margin:0}.scholar-tour-task-card.done .scholar-tour-task-info{text-decoration:line-through;color:var(--scholar-green)}.scholar-tour-checkbox-block{pointer-events:none;width:26px;height:26px;position:relative}.scholar-tour-checkbox-block input[type=checkbox]{display:none}.scholar-tour-purple-box{position:relative;width:26px;height:26px;border:2px solid #999;border-radius:4px;background:#fff;transition:background .25s ease,border-color .25s ease}.scholar-tour-check-symbol{position:absolute;font-size:18px;top:0;left:6px;color:#fff;opacity:0;transition:opacity .25s ease;font-weight:bold}.scholar-tour-checkbox-block input[type=checkbox]:checked~.scholar-tour-purple-box{background:var(--scholar-green);border-color:var(--scholar-green)}.scholar-tour-checkbox-block input[type=checkbox]:checked~.scholar-tour-purple-box .scholar-tour-check-symbol{opacity:1}.scholar-tour-reset-btn{display:block;margin-top:8px;width:100%;padding:6px 10px;background:var(--scholar-purple);color:#fff;border:none;border-radius:4px;font-size:.8rem;cursor:pointer;text-align:center}.scholar-tour-reset-btn:hover{background:#713ad9}.scholar-introjs-tooltip{border-radius:10px!important;background-color:#fff!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;color:#333!important;padding:1rem!important}.scholar-introjs-tooltip-title{font-size:1rem!important;font-weight:600!important;margin-bottom:.5rem!important}.scholar-introjs-helperNumberLayer,.scholar-introjs-progressbar,.scholar-introjs-bullets ul li a{background-color:var(--scholar-purple)!important}.scholar-introjs-button{background-color:var(--scholar-purple)!important;border:none!important;color:#fff!important;border-radius:4px!important;padding:6px 10px!important;font-size:.85rem!important;margin-left:5px}.scholar-introjs-button:hover{background-color:#713ad9!important}.scholar-introjs-skipbutton{background:var(--scholar-purple)!important;color:#fff!important;border-radius:4px!important;padding:6px 10px!important;margin-left:8px!important;font-size:.85rem!important}.scholar-introjs-skipbutton:hover{background:#713ad9!important}@media(max-width:480px){.scholar-tour-panel{width:260px;right:10px;bottom:10px;padding:1rem}.scholar-tour-title h2{font-size:1rem}.scholar-tour-task-info h3{font-size:.9rem}.scholar-tour-play-btn,.scholar-tour-play-btn img,.scholar-tour-play-btn-svg{width:30px;height:30px}}.scholar-tour-minimize-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23f8f8f8' stroke='%23999' stroke-width='1'/%3E%3Cpath d='M6 12h12' stroke='%23555' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;display:block;width:20px;height:20px}
