.home{text-align:center;padding:var(--space-6) 0}.home__navigation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center}.home__navigation-loading{text-align:center;padding:2rem;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid var(--gray-200)}.home__hero{padding:var(--space-20) 0;background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);color:var(--white);border-radius:var(--radius-xl);margin:var(--space-8) var(--space-4) var(--space-16);position:relative;overflow:hidden}.home__hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.home__title{font-size:3.5rem;font-weight:800;margin-bottom:var(--space-6);position:relative;z-index:1;letter-spacing:-.025em}.home__subtitle{font-size:1.25rem;margin-bottom:var(--space-8);opacity:.9;position:relative;z-index:1;max-width:600px;margin-left:auto;margin-right:auto}.home__actions{display:flex;gap:var(--space-4);justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.home__dashboard{margin:var(--space-4) 0;text-align:left}.home__dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:var(--space-8);max-width:1400px;margin:0 auto;padding:0 var(--space-4)}.home__dashboard-section{text-align:center;margin:var(--space-2) 0}.home__dashboard-section .home__section-title{font-size:2rem;font-weight:800;color:var(--gray-900);margin-bottom:var(--space-8);text-align:center;position:relative;padding-bottom:var(--space-4);letter-spacing:-.025em}.home__dashboard-section .home__section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:var(--radius-full)}.home__dashboard-section.home__dashboard-section--full-width{text-align:center;grid-column:1/-1}.home__dashboard-section.home__dashboard-section--full-width .home__quick-actions{display:flex;gap:var(--space-6);justify-content:center;flex-wrap:wrap}.home__loading{display:flex;justify-content:center;align-items:center}.home__error{text-align:center;padding:var(--space-12)}.home__error p{margin-bottom:var(--space-4);color:var(--error);font-size:1.125rem}.home__quick-actions{display:flex;gap:var(--space-4);margin-bottom:var(--space-6)}.home__quick-action{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-6);border-radius:var(--radius-lg);font-weight:600;text-decoration:none;transition:var(--transition);border:1px solid transparent}.home__quick-action--quiz{background:var(--white);color:var(--primary);border:1px solid var(--primary)}.home__quick-action--quiz:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.home__quick-action--round{background:var(--white);color:var(--secondary);border:1px solid var(--secondary)}.home__quick-action--round:hover{background:var(--secondary);color:var(--white);border-color:var(--secondary)}.home__quiz-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:var(--space-6);width:100%}.home__round-list{display:flex;flex-direction:column;gap:var(--space-4)}.home__quiz-card-wrapper{width:100%;min-width:0}.home__quiz-card-wrapper .quiz-card{display:block;height:auto}.home__quiz-card-wrapper .card,.home__quiz-card-wrapper .quiz-card{width:100%;max-width:none;min-width:0;flex:none}.quiz-card__action{padding:var(--space-1) var(--space-2);font-size:.75rem;background:transparent;border:none;color:var(--gray-600);cursor:pointer;border-radius:var(--radius);transition:var(--transition)}.quiz-card__action:hover{background:var(--gray-200);color:var(--gray-800)}.quiz-card__action:focus-visible{outline:2px solid var(--gray-600);outline-offset:2px}.quiz-card__action--delete{color:var(--error)}.quiz-card__action--delete:hover{background:var(--error);color:var(--white)}.quiz-card__action--delete:focus-visible{outline:2px solid var(--error);outline-offset:2px}.quiz-card__body{flex:1;padding:var(--space-4)}.quiz-card__date{font-weight:600;color:var(--primary)}.quiz-card__date,.quiz-card__location{font-size:.875rem;margin-bottom:var(--space-2);display:flex;align-items:center;gap:var(--space-2)}.quiz-card__location{color:var(--gray-600)}.quiz-card__notes{color:var(--gray-700);font-style:italic}.quiz-card__meta{flex-direction:column}.quiz-card__meta,.quiz-card__meta-date{display:flex;gap:var(--space-1);font-size:.75rem;color:var(--gray-500)}.quiz-card__meta-date{align-items:center}.quiz-card__date,.quiz-card__location{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;color:var(--gray-600);margin-bottom:var(--space-2)}.quiz-card__date svg,.quiz-card__location svg{flex-shrink:0;display:block}.quiz-card__notes{font-size:.875rem;color:var(--gray-600);line-height:1.5;margin:0}.quiz-card__view-button{background:var(--primary);color:var(--white);border:none;padding:var(--space-2) var(--space-4);border-radius:var(--radius);font-size:.875rem;font-weight:600;cursor:pointer;transition:var(--transition)}.quiz-card__view-button:hover{background:var(--primary-dark);transform:translateY(-1px)}.quiz-card__view-button:focus-visible{outline:2px solid var(--primary-dark);outline-offset:2px}.home__empty-state{text-align:center;padding:var(--space-12);color:var(--gray-500);background:var(--gray-50);border-radius:var(--radius-xl);border:2px dashed var(--gray-300);position:relative}.home__empty-state p{margin-bottom:var(--space-6);font-size:1.125rem;font-weight:500;color:var(--gray-600)}.home__welcome{text-align:center;padding:var(--space-8);max-width:600px;margin:0 auto}.home__trophy{margin-bottom:var(--space-6)}.home__welcome h2{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:var(--space-4)}.home__welcome p{font-size:1.125rem;color:var(--gray-600);margin-bottom:var(--space-6);line-height:1.6}.home__auth-actions{background:var(--gray-50);padding:var(--space-6);border-radius:var(--radius-lg);border:1px solid var(--gray-200)}.home__auth-actions p{margin:0;font-size:1rem;color:var(--gray-700)}.home__round-card{transition:var(--transition-slow);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;background:var(--white);box-shadow:var(--shadow);width:100%;max-width:none}.home__round-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--secondary)}.home__round-card:focus-within{outline:2px solid var(--secondary);outline-offset:2px}.home__round-date{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;color:var(--gray-500)}.home__round-date svg{flex-shrink:0;display:block}.home__round-card .round-card{cursor:pointer;transition:var(--transition-slow);display:flex;flex-direction:column;height:100%;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.round-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--secondary)}.round-card,.round-card *{background:none;background-image:none}.round-card__header{position:relative;display:flex;justify-content:space-between;align-items:flex-start;padding:var(--space-4);border-bottom:1px solid var(--gray-200);background:var(--gray-50)}.round-card__title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin:0;flex:1}.round-card__body{padding:var(--space-4);flex:1}.round-card__footer{padding:var(--space-4);border-top:1px solid var(--gray-200);background:var(--gray-50);display:flex;justify-content:space-between;align-items:center}.round-card__meta{align-items:center}.round-card__actions,.round-card__meta{display:flex;gap:var(--space-2)}.round-card__action{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--gray-300);border-radius:var(--radius);background:var(--white);color:var(--gray-600);cursor:pointer;transition:var(--transition);padding:0}.round-card__action:hover{background:var(--gray-100);border-color:var(--gray-400);transform:translateY(-1px)}.round-card__action:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.round-card__action--delete{color:var(--error);border-color:var(--error-light)}.round-card__action--delete:hover{background:var(--error);color:var(--white);border-color:var(--error)}.round-card__action--delete:focus-visible{outline:2px solid var(--error);outline-offset:2px}@media (max-width:768px){.home__dashboard-grid{gap:var(--space-6)}.home__dashboard-grid,.home__quiz-list{grid-template-columns:1fr}.home__quick-actions{flex-direction:column;align-items:center}.home__title{font-size:2.5rem}.home__hero{margin:var(--space-4);padding:var(--space-12) var(--space-4)}}@media (max-width:480px){.home__dashboard-grid{padding:0 var(--space-2)}.home__title{font-size:2rem}.home__subtitle{font-size:1rem}}@media (prefers-reduced-motion:reduce){.home__quick-action,.home__quick-action:focus,.home__quick-action:hover{transform:none;transition:none}.home__round-card:hover{transform:none}}.home__loading{text-align:center;padding:var(--space-8);color:var(--gray-500)}.home__loading p{margin:0;font-size:1.125rem}.home__quick-action:focus{outline:2px solid var(--primary);outline-offset:2px}.home__quick-action:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.home__quick-action:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.page-controls{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-6);padding:var(--space-4);background:var(--gray-50);border-radius:var(--radius);border:1px solid var(--gray-200)}.page-controls__search{flex:1;max-width:300px}.page-controls__actions,.page-controls__filters{display:flex;align-items:center;gap:var(--space-2)}.page-controls__view{display:flex;align-items:center;gap:var(--space-1)}.table-container{overflow-x:auto;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white)}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table th{background:var(--gray-50);padding:var(--space-3) var(--space-4);text-align:left;font-weight:600;color:var(--gray-700);border-bottom:1px solid var(--gray-200);white-space:nowrap;position:relative}.data-table th:first-child{width:25%}.data-table th:nth-child(2){width:12%}.data-table th:nth-child(3){width:15%}.data-table th:nth-child(4),.data-table th:nth-child(5){width:8%}.data-table th:nth-child(6),.data-table th:nth-child(7){width:15%}.rounds-table .data-table th:first-child{width:25%}.rounds-table .data-table th:nth-child(2){width:10%}.rounds-table .data-table th:nth-child(3){width:15%}.rounds-table .data-table th:nth-child(4){width:20%}.rounds-table .data-table th:nth-child(5){width:12%}.rounds-table .data-table th:nth-child(6){width:18%}.sortable-header{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:var(--transition);position:relative}.sortable-header:hover{background:var(--gray-100)}.sortable-header svg{margin-left:var(--space-1);flex-shrink:0}.data-table td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--gray-100);vertical-align:middle}.data-table tbody tr:hover{background:var(--gray-50)}.data-table tbody tr:last-child td{border-bottom:none}.table-link{background:none;border:none;color:var(--primary);text-decoration:none;font-weight:500;cursor:pointer;padding:0;font-size:inherit}.table-link:hover{text-decoration:underline}.table-cell-primary{font-weight:500;color:var(--gray-900)}.table-cell-secondary{font-size:var(--text-sm);color:var(--gray-600)}.table-actions{display:flex;align-items:center;gap:var(--space-2)}.table-actions .bp6-button{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center}.load-more-container{justify-content:center}.load-more-container,.pagination-controls{display:flex;margin-top:var(--space-6);padding:var(--space-4)}.pagination-controls{align-items:center;justify-content:space-between;background:var(--gray-50);border-radius:var(--radius);border:1px solid var(--gray-200)}.pagination-info{font-size:.875rem;color:var(--gray-600)}.pagination-buttons{display:flex;align-items:center;gap:var(--space-3)}.pagination-page-info{font-size:.875rem;color:var(--gray-700);font-weight:500;min-width:80px;text-align:center}@media (max-width:768px){.page-controls{flex-direction:column;align-items:stretch;gap:var(--space-3)}.page-controls__search{max-width:none}.page-controls__filters{justify-content:space-between}.page-controls__view{justify-content:center}.data-table{font-size:.75rem}.data-table td,.data-table th{padding:var(--space-2) var(--space-3)}.table-actions{flex-direction:column;gap:var(--space-1)}.pagination-controls{flex-direction:column;gap:var(--space-3);text-align:center}.pagination-buttons{justify-content:center}}.quiz-rounds-section{margin-top:0}.quiz-rounds-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-6)}.quiz-rounds-header h2{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin:0}.quiz-rounds-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.quiz-rounds-list{padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.quiz-round-item{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:var(--transition);cursor:pointer}.quiz-round-item:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.quiz-round-item--dragging{opacity:.5;transform:rotate(5deg);box-shadow:var(--shadow-lg)}.quiz-round-item__drag-handle{display:flex;flex-direction:row;align-items:center;gap:var(--space-2);cursor:grab;padding:var(--space-2);border-radius:var(--radius);transition:var(--transition)}.quiz-round-item__drag-handle:hover{background:var(--gray-100)}.quiz-round-item__drag-handle:active{cursor:grabbing}.quiz-round-item__drag-icon{font-size:.875rem;color:var(--gray-400);line-height:1;font-weight:700}.quiz-round-item__order{font-size:1rem;font-weight:600;color:var(--gray-600);background:var(--gray-100);border-radius:var(--radius-full);width:28px;height:28px;display:flex;align-items:center;justify-content:center}.quiz-round-item__title{flex:1;font-size:1rem;font-weight:600;color:var(--gray-900);margin:0}.quiz-round-item__actions,.quiz-round-item__meta{display:flex;gap:var(--space-2);align-items:center}.quiz-round-item__actions .icon-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius);border:1px solid var(--gray-300);background:var(--white);color:var(--gray-600);transition:var(--transition);cursor:pointer}.quiz-round-item__actions .icon-button:hover{background:var(--gray-50);border-color:var(--gray-400)}.quiz-round-item__actions .icon-button--error{border-color:var(--error);color:var(--error)}.quiz-round-item__actions .icon-button--error:hover{background:var(--error-lighter);border-color:var(--error)}.empty-state{padding:var(--space-8)}.empty-state p{margin:0;font-size:1rem;line-height:1.5}.quiz-header{margin-bottom:var(--space-6)}.page-header__tabs{display:flex;gap:0;background:var(--white);border:1px solid var(--gray-200);border-bottom:none;border-radius:var(--radius-lg) var(--radius-lg) 0 0;margin-bottom:0;overflow:hidden;will-change:auto;box-shadow:none;position:relative;z-index:2;width:-moz-fit-content;width:fit-content;min-width:200px}.page-header__tabs *{border-left:none!important;border-right:none!important}.page-header__tab{flex:1;padding:var(--space-3) var(--space-5);background:none;border:none!important;outline:none!important;cursor:pointer;font-size:14px;font-weight:500;color:var(--gray-600);text-align:center;position:relative;transition:color .15s ease,background-color .15s ease;transform:translateZ(0);backface-visibility:hidden;min-width:80px}.page-header__tab:hover{color:var(--gray-900);background:var(--gray-50)}.page-header__tab.active{color:var(--gray-900);background:var(--primary-lighter);font-weight:600;border-radius:var(--radius) var(--radius) 0 0;outline:none!important;border:none!important;box-shadow:none!important}.page-header__tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--primary);border-radius:1px 1px 0 0}.page-header__content{background:var(--white);border:1px solid var(--gray-200);border-top:none;border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:var(--shadow-sm);margin-top:0;position:relative;z-index:1;padding:var(--space-6);min-height:200px;transition:opacity .2s ease,transform .2s ease}@media (max-width:768px){.page-header__tabs{flex-direction:row;border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-bottom:none;margin-bottom:0;width:100%;min-width:auto}.page-header__tab{border-bottom:none;flex:1}.page-header__content{border-radius:0 0 var(--radius-lg) var(--radius-lg);border-top:none;margin-top:0;padding:var(--space-4)}}.page-header__tab:focus-visible{outline:2px solid var(--primary);outline-offset:2px;z-index:2;border:none}.page-header__content--loading{opacity:.7;pointer-events:none}.page-header__content{animation:tabContentFadeIn .3s ease}@keyframes tabContentFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-header__actions{display:flex;gap:var(--space-3);align-items:center}.page-header__actions .bp5-button.bp5-large{font-weight:600;padding:0 var(--space-5);box-shadow:0 2px 4px rgba(59,130,246,.15);transform:translateZ(0);transition:box-shadow .2s ease,transform .2s ease;will-change:transform,box-shadow}.page-header__actions .bp5-button.bp5-large:hover{box-shadow:0 4px 6px rgba(59,130,246,.25);transform:translateY(-1px) translateZ(0)}.page-header__actions .bp5-button:not(.bp5-large){font-weight:500}.bp5-popover .bp5-menu{min-width:240px;contain:layout style paint}.page-header__actions .bp5-popover-transition-container{position:absolute!important;top:100%!important;left:0!important;right:auto!important;bottom:auto!important;transform:none!important;margin-top:4px!important}.bp5-menu-item{padding:10px 16px;transform:translateZ(0);transition:background-color .15s ease}.quiz-header__title{font-size:2rem;font-weight:800;color:var(--gray-900);margin:0 0 var(--space-2) 0}.quiz-header__subtitle{font-size:1rem;color:var(--gray-600);margin:0 0 var(--space-4) 0}.quiz-header__separator{width:60px;height:3px;background:linear-gradient(135deg,var(--primary),var(--accent));margin:var(--space-3) 0 0;border-radius:var(--radius-full)}.quiz-metadata{margin-bottom:var(--space-6)}.quiz-metadata,.quiz-metadata-pills{display:flex;flex-wrap:wrap;gap:var(--space-3)}.quiz-metadata-pills{padding-bottom:8px}@media (max-width:768px){.quiz-rounds-header{gap:var(--space-4)}.quiz-round-item,.quiz-rounds-header{flex-direction:column;align-items:stretch}.quiz-round-item{gap:var(--space-3)}.quiz-round-item__drag-handle{align-self:flex-start}.quiz-round-item__meta{justify-content:flex-start}.quiz-round-item__actions{justify-content:flex-end}.quiz-metadata{flex-direction:column;align-items:stretch}.quiz-metadata__pill{justify-content:center}.page-header__tabs .page-header__tab{flex:1;text-align:center}.page-header__actions{flex-direction:column;width:100%;gap:var(--space-2)}.page-header__actions .bp5-button{width:100%;justify-content:center}.page-header__actions .bp5-button.bp5-large{padding:var(--space-3) var(--space-4)}.bp5-popover-content{max-width:calc(100vw - 40px)}}@media (min-width:769px) and (max-width:1024px){.page-header__actions{flex-wrap:wrap}.page-header__actions .bp5-button.bp5-large{flex:1 0 100%;margin-bottom:var(--space-2)}}.quiz-creation-page{padding:var(--space-6) 0}.quiz-creation-page__header{margin-bottom:var(--space-6)}.quiz-creation-page__back-button{display:inline-flex;align-items:center;gap:var(--space-2);font-weight:500;color:var(--gray-600);background:var(--white);border:1px solid var(--gray-200);padding:var(--space-2) var(--space-4);border-radius:var(--radius);transition:var(--transition)}.quiz-creation-page__back-button:hover{background:var(--gray-50);border-color:var(--gray-300);color:var(--gray-700)}.quiz-creation-page__error{background:var(--error-light);border:1px solid var(--error);border-radius:var(--radius);padding:var(--space-4);margin-bottom:var(--space-6);display:flex;justify-content:space-between;align-items:center}.quiz-creation-page__error-text{color:var(--error);font-weight:500;margin:0}.quiz-form__field--full-width{grid-column:1/-1}.quiz-form__field--half-width{grid-column:span 1}.quiz-round-item__drag-icon:active{color:var(--primary)}.quiz-round-item.drag-over{border-color:var(--primary);background:var(--primary-lighter)}.quiz-round-item.dragging{opacity:.5;transform:rotate(2deg)}.round-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.round-form__header{padding:var(--space-6) var(--space-6) var(--space-4);margin-bottom:var(--space-4)}.round-form__title{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin:0 0 var(--space-2) 0;line-height:1.3}.round-form__subtitle{color:var(--gray-500);font-size:.875rem;margin:0;line-height:1.4}.round-form__form{padding:0 var(--space-6) var(--space-6)}.round-form__field{display:flex;flex-direction:column}.round-form__label{font-weight:600;color:var(--gray-700);font-size:.875rem}.round-form__input,.round-form__select,.round-form__textarea{width:100%;padding:var(--space-3);border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.875rem;font-family:inherit;background:var(--white);color:var(--gray-900);transition:var(--transition)}.round-form__input:focus,.round-form__select:focus,.round-form__textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-lighter)}.round-form__input--error,.round-form__input--error:focus,.round-form__select--error,.round-form__select--error:focus,.round-form__textarea--error,.round-form__textarea--error:focus{border-color:var(--error);box-shadow:0 0 0 3px var(--error-light)}.round-form__textarea{resize:vertical;min-height:100px;line-height:1.6}.round-form__select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right var(--space-3) center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:var(--space-10);-webkit-appearance:none;-moz-appearance:none;appearance:none}.round-form__error{color:var(--error);font-size:.75rem;font-weight:500}.round-form__help{color:var(--gray-500);font-size:.75rem;font-weight:500}.round-form__actions{display:flex;gap:var(--space-4);justify-content:flex-end;align-items:center;margin-top:var(--space-4);width:100%}.round-form__form{display:grid;gap:var(--space-6)}.round-form__field--full-width{grid-column:1/-1}.round-form__field--half-width{grid-column:span 1}.round-form .btn-primary{background:var(--secondary);color:var(--white);border:1px solid var(--secondary)}.round-form .btn-primary:hover{background:var(--secondary-dark);border-color:var(--secondary-dark)}.round-form .btn-secondary{background:var(--white);color:var(--secondary);border:1px solid var(--secondary)}.round-form .btn-secondary:hover{background:var(--secondary-lighter);border-color:var(--secondary-dark)}.round-edit-form{padding:var(--space-6)}.round-edit-form__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-6)}.round-edit-form__title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin:0}.round-edit-form__actions{display:flex;gap:var(--space-3)}.round-edit-form__fields{display:grid;gap:var(--space-6)}.round-edit-form__field{display:flex;flex-direction:column;gap:var(--space-2)}.round-edit-form__field--full-width{grid-column:1/-1}.round-edit-form__field--half-width{grid-column:span 1}.round-edit-form__label{font-weight:600;color:var(--gray-700);font-size:.875rem}.round-edit-form__input,.round-edit-form__select,.round-edit-form__textarea{padding:var(--space-3);border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.875rem;transition:var(--transition);background:var(--white)}.round-edit-form__input:focus,.round-edit-form__select:focus,.round-edit-form__textarea:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px var(--secondary-lighter)}.round-edit-form__textarea{resize:vertical;min-height:80px}.round-edit-form__input--error,.round-edit-form__textarea--error{border-color:var(--error)}.round-edit-form__error{color:var(--error);font-size:.75rem;font-weight:500}.round-edit-form__help{color:var(--gray-500);font-size:.75rem;font-weight:500}.round-metadata-pills{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-6);justify-content:flex-start;align-items:center}.question-form__container{display:flex;flex-direction:column;gap:var(--space-3);margin-top:var(--space-3);margin-bottom:var(--space-4)}.question-form{margin:0}.question-form__save-status{position:absolute;top:var(--space-4);right:var(--space-4);z-index:10}.question-form__save-indicator{font-size:.75rem;font-weight:500;padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);background:var(--white);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm)}.question-form__save-indicator--pending{color:var(--gray-600);border-color:var(--gray-300)}.question-form__save-indicator--saving{color:var(--primary);border-color:var(--primary-light)}.question-form__save-indicator--saved{color:var(--success);border-color:var(--success)}.question-form__save-indicator--error{color:var(--error);border-color:var(--error)}.question-form__header{margin-bottom:var(--space-4)}.question-form__header h2{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:var(--space-2)}.question-form__header p{color:var(--gray-600);line-height:1.5}.question-form__form{display:flex;flex-direction:column;gap:0}.question-form__header{display:grid;grid-template-columns:40px 3.5fr 1.5fr 70px 122px 34px;gap:var(--space-3);align-items:flex-start;padding:var(--space-2);border-bottom:1px solid var(--gray-200);margin-bottom:var(--space-2)}.question-form__header--music{grid-template-columns:40px 3fr 1.2fr 70px 140px 140px 34px}.question-form__input-label{font-size:.75rem;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.05em;display:block;line-height:1}.question-form__question{display:grid;grid-template-columns:40px 3.5fr 1.5fr 70px 122px 34px;gap:var(--space-3);align-items:flex-start;background:var(--white);padding:var(--space-2);cursor:grab;margin-bottom:0}.question-form__question--music{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-3)}.question-form__question--music .question-form__question-main{display:grid;grid-template-columns:40px 3fr 1.2fr 70px 140px 140px 34px;gap:var(--space-3);align-items:flex-start}.question-form__question--music .question-form__music-config{margin-left:52px;padding:var(--space-4);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);margin-top:var(--space-2)}.question-form__question--music .question-form__music-config .music-question-form{margin:0}.question-form__question--music .question-form__music-config .music-question-form__field{margin-bottom:var(--space-3)}.question-form__question--music .question-form__music-config .music-question-form__field:last-child{margin-bottom:0}.question-form__question:hover{background:var(--gray-50)}.question-form__question:active{cursor:grabbing}.question-form__question--dragging{opacity:.8;z-index:1000;box-shadow:0 8px 25px rgba(0,0,0,.15);background:var(--white);border:2px solid var(--primary)}.question-form__question--drag-over{background:var(--primary-light);border-left:3px solid var(--primary)}.question-form__question--has-image{border-left:3px solid var(--blue-500);background:var(--blue-50)}.question-form__question--has-image:hover{background:var(--blue-100)}.question-form__number-column{min-width:40px;justify-content:space-between}.question-form__drag-handle,.question-form__number-column{display:flex;flex-direction:row;align-items:center;gap:var(--space-1)}.question-form__drag-handle{min-width:20px;touch-action:none}.question-form__number{font-size:1rem;font-weight:700;color:var(--primary);background:var(--white);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.question-form__drag-icon{font-size:1.5rem;color:var(--gray-500);cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.question-form__drag-icon:active{cursor:grabbing}.question-form__drag-handle--disabled{opacity:.4}.question-form__drag-handle--disabled .question-form__drag-icon{cursor:not-allowed;color:var(--gray-400)}.question-form__drag-handle--disabled .question-form__number{color:var(--primary);background:var(--white)}.question-form__input-group{display:flex;flex-direction:column;gap:var(--space-2)}.question-form__input-group--question{grid-column:2}.question-form__input-group--answer{grid-column:3}.question-form__input-group--points{grid-column:4}.question-form__question .bp6-button:first-of-type{grid-column:5}.question-form__question .bp6-button:nth-of-type(2){grid-column:6}.question-form__question--music .bp6-button:first-of-type{grid-column:5}.question-form__question--music .bp6-button:nth-of-type(2){grid-column:6}.question-form__question--music .bp6-button:nth-of-type(3){grid-column:7}.question-form__label{font-size:.875rem;font-weight:500;color:var(--gray-900)}.question-form__input,.question-form__textarea{padding:var(--space-2) var(--space-3);border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.875rem;font-family:inherit;background:var(--white);height:34px;box-sizing:border-box;line-height:1.2}.question-form__input:focus,.question-form__textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.question-form__input-group--answer .question-form__textarea,.question-form__input-group--question .question-form__textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;resize:none;min-height:34px;max-height:200px;overflow-y:auto;line-height:1.2}.question-form__input--error,.question-form__textarea--error{border-color:var(--error);box-shadow:0 0 0 3px var(--error-light)}.question-form__input--small{width:55px;text-align:center}.question-form__points-wrapper{position:relative;display:flex;align-items:center;gap:var(--space-2);width:100%;justify-content:center}.question-form__points-label{font-size:.75rem;color:var(--gray-500);font-weight:500;white-space:nowrap}.question-form__error{font-size:.75rem;color:var(--error);margin-top:var(--space-1)}.question-form__button{padding:var(--space-2) var(--space-4);font-size:.875rem}.question-form__add-question{display:flex;justify-content:center;padding:var(--space-4);border:2px dashed var(--gray-300);border-radius:var(--radius-lg);background:var(--gray-50)}.question-form__button--add{background:var(--white);color:var(--secondary);border:1px solid var(--secondary)}.question-form__button--add:hover:not(:disabled){background:var(--secondary);color:var(--white);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.question-form__submit{display:flex;justify-content:flex-end;padding-top:var(--space-4);border-top:1px solid var(--gray-200)}.question-form__button--submit{min-width:150px}.question-form__button--bulk{margin-left:var(--space-2);background:var(--white);color:var(--secondary);border:1px solid var(--secondary)}.question-form__button--bulk:hover:not(:disabled){background:var(--secondary);color:var(--white)}.question-form__bulk-import{background:var(--gray-50);border:2px dashed var(--gray-300);border-radius:var(--radius-lg);padding:var(--space-6);margin-top:var(--space-4)}.question-form__bulk-header{margin-bottom:var(--space-4)}.question-form__bulk-header h3{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:var(--space-2)}.question-form__bulk-header p{color:var(--gray-600);line-height:1.5}.question-form__bulk-example{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:var(--space-4);margin-bottom:var(--space-4)}.question-form__bulk-example strong{color:var(--gray-900);display:block;margin-bottom:var(--space-2)}.question-form__bulk-example pre{background:var(--gray-100);border-radius:var(--radius-sm);color:var(--gray-700);margin:0;white-space:pre-wrap;word-break:break-word}.question-form__bulk-example pre,.question-form__bulk-textarea{padding:var(--space-3);font-family:var(--font-mono);font-size:.875rem}.question-form__bulk-textarea{width:100%;border:1px solid var(--gray-300);border-radius:var(--radius-md);resize:vertical;min-height:120px;transition:var(--transition);background:var(--white)}.question-form__bulk-textarea:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px var(--secondary-light)}.question-form__bulk-actions{display:flex;justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-4)}.question-form__button--import{min-width:120px}.round-creation-page{padding:var(--space-6) 0}.round-creation-page__header{margin-bottom:var(--space-6)}.round-creation-page__back-button{display:inline-flex;align-items:center;gap:var(--space-2);font-weight:500;color:var(--gray-600);background:var(--white);border:1px solid var(--gray-200);padding:var(--space-2) var(--space-4);border-radius:var(--radius);transition:var(--transition)}.round-creation-page__back-button:hover{background:var(--gray-50);border-color:var(--gray-300);color:var(--gray-700)}.round-creation-page__error{background:var(--error-light);border:1px solid var(--error);border-radius:var(--radius);padding:var(--space-4);margin-bottom:var(--space-6);display:flex;justify-content:space-between;align-items:center}.round-creation-page__error-text{color:var(--error);font-weight:500;margin:0}.round-meta{display:flex;gap:var(--space-4);margin-bottom:var(--space-4);font-size:.875rem;color:var(--gray-500)}.round-actions{display:flex;gap:var(--space-2);justify-content:flex-end}.search-section{margin-bottom:var(--space-4)}.search-input{width:100%;padding:var(--space-4);border:1px solid var(--gray-300);border-radius:var(--radius);font-size:1rem;transition:var(--transition)}.search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-lighter)}.search-loading{position:absolute;right:var(--space-3);top:50%;transform:translateY(-50%);pointer-events:none}.recent-rounds-section{margin-bottom:var(--space-6)}.recent-rounds-list{display:flex;flex-direction:column;gap:var(--space-2)}.recent-rounds-list--scrollable{max-height:300px;overflow-y:auto;padding-right:var(--space-2)}.recent-round-item{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);cursor:pointer;transition:all .2s ease}.recent-round-item:hover{background-color:var(--gray-50);border-color:var(--primary-300)}.add-round-btn{background:var(--primary);border:none;border-radius:var(--radius);padding:var(--space-2);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:34px}.add-round-btn:hover{background:var(--primary-darker);transform:translateY(-1px)}.add-round-btn:active{transform:translateY(0)}.recent-round-content{flex:1}.recent-round-title{font-weight:500;color:var(--gray-900);margin-bottom:var(--space-1)}.recent-round-meta{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;color:var(--gray-600)}.search-section{margin-top:var(--space-2);width:100%}.search-results{margin-top:var(--space-4)}.search-results__empty{text-align:center;padding:var(--space-6);color:var(--gray-400);font-style:italic}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-4);overflow:hidden}.modal{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);max-width:700px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{padding:var(--space-6) var(--space-6) var(--space-4);border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;align-items:center}.modal-header__actions{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:var(--gray-900)}.modal-close{background:none;border:none;padding:var(--space-1);cursor:pointer;border-radius:var(--radius);color:var(--gray-500);transition:var(--transition);display:flex;align-items:center;justify-content:center}.modal-close:hover{background:var(--gray-100);color:var(--gray-700)}.modal-close:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.modal-body{padding:var(--space-4) var(--space-4)}.modal-body p{margin:0;color:var(--gray-600);line-height:1.6}.search-section .relative{width:100%}.search-suggestions{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-md);max-height:300px;overflow-y:auto;margin-top:var(--space-2);padding:var(--space-2) 0}.search-suggestions-header{padding:var(--space-2) var(--space-3);background:var(--primary-lighter);border-bottom:1px solid var(--gray-200);font-size:.875rem;color:var(--primary-darker);font-weight:500}.search-suggestion-item{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3);cursor:pointer;transition:var(--transition);border-bottom:1px solid var(--gray-100)}.search-suggestion-item:hover{background:var(--gray-50)}.search-suggestion-item:last-child{border-bottom:none}.search-suggestion-content{flex:1;min-width:0}.search-suggestion-title{font-weight:600;color:var(--gray-900);margin-bottom:var(--space-1)}.search-suggestion-meta{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;color:var(--gray-600)}.search-hint,.search-loading-text,.search-no-results{padding:var(--space-4) var(--space-3);text-align:center;color:var(--gray-500);font-size:.875rem}.search-results{max-height:400px;overflow-y:auto}.search-results-header{margin-bottom:var(--space-3)}.search-results-header h4{margin:0;font-size:1rem;font-weight:600;color:var(--gray-900)}.search-result-item{display:flex;justify-content:space-between;align-items:center;padding:var(--space-3);border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:var(--space-2);transition:var(--transition)}.search-result-item:hover{border-color:var(--gray-300);background:var(--gray-50)}@media (min-width:768px){.round-form__form{grid-template-columns:repeat(2,1fr)}.round-form__field--full-width{grid-column:1/-1}.round-form__field--half-width{grid-column:span 1}.round-edit-form__fields{grid-template-columns:repeat(2,1fr)}.round-edit-form__field--full-width{grid-column:1/-1}.round-edit-form__field--half-width{grid-column:span 1}}@media (max-width:767px){.round-form__form{grid-template-columns:1fr}.round-form__actions{flex-direction:column;align-items:stretch}.round-form__button{width:100%}.round-form__form,.round-form__header{padding:var(--space-6) var(--space-4)}.round-edit-form__fields{grid-template-columns:1fr}.round-edit-form__header{flex-direction:column;align-items:stretch;gap:var(--space-4)}.round-edit-form__actions{justify-content:stretch}.round-edit-form__actions .button{flex:1}.question-form__headers{display:none}.question-form__question{grid-template-columns:1fr;gap:var(--space-4)}.question-form__input-group--answer,.question-form__input-group--points,.question-form__input-group--question{grid-column:1}.question-form__drag-handle{flex-direction:row;width:100%}.question-form__question--music .question-form__question-main{grid-template-columns:1fr;gap:var(--space-4)}.question-form__question--music .question-form__music-config{margin-left:0;margin-top:var(--space-3)}}.rounds-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.recent-rounds-header{margin-bottom:var(--space-4)}.recent-rounds-header h4{margin:0;font-size:1.125rem;font-weight:600;color:var(--gray-900)}.page-actions{margin-top:var(--space-4)}.select{width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.875rem;background:var(--white);cursor:pointer}.select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.radio-group{flex-direction:column}.radio,.radio-group{display:flex;gap:var(--space-2)}.radio{align-items:center;cursor:pointer}.radio input[type=radio]{margin:0}.input-group{display:flex;gap:var(--space-2)}.input-group .input{flex:1}.user-card{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white);transition:var(--transition)}.user-card:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.user-card:last-child{margin-bottom:0}.user-card__avatar{width:40px;height:40px;border-radius:var(--radius-full);overflow:hidden;background:var(--gray-100);display:flex;align-items:center;justify-content:center}.user-card__avatar img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.user-card__info{flex:1}.user-card__name{font-weight:600;color:var(--gray-900);margin-bottom:var(--space-1)}.user-card__email{font-size:.875rem;color:var(--gray-600)}.share-section{margin-bottom:var(--space-6)}.share-section:last-child{margin-bottom:0}.share-section h3{margin:0 0 var(--space-3) 0;font-size:1.125rem;font-weight:600;color:var(--gray-900)}.share-item{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3);border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:var(--space-2);background:var(--white)}.share-item__actions,.shares-list{display:flex;gap:var(--space-2)}.shares-list{flex-direction:column}.share-button{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--primary);color:var(--white);border:none;border-radius:var(--radius);font-size:.875rem;font-weight:500;cursor:pointer;transition:var(--transition)}.share-button:hover{background:var(--primary-dark)}.avatar-placeholder{width:40px;height:40px;border-radius:var(--radius-full);background:var(--gray-200);justify-content:center;color:var(--gray-500);font-weight:600}.avatar-placeholder,.round-card__date{display:flex;align-items:center;font-size:.875rem}.round-card__date{gap:var(--space-2);color:var(--gray-600)}.round-card__date svg{flex-shrink:0;display:block}.page-header__actions .bp5-popover-transition-container,.page-header__actions .bp6-popover-transition-container{position:absolute!important;top:100%!important;left:auto!important;right:0!important;bottom:auto!important;transform:none!important;margin-top:4px!important}.bp6-popover .bp6-popover-content{transform-origin:top right!important}.page-header__actions .bp5-menu,.page-header__actions .bp6-menu{min-width:auto}.actions-popover{transform-origin:top right!important}.actions-popover .bp5-menu,.actions-popover .bp6-menu{min-width:auto!important;width:-moz-max-content;width:max-content}.actions-popover .bp5-popover-content,.actions-popover .bp6-popover-content{transform-origin:top right!important}.actions-popover.bp5-popover,.actions-popover.bp6-popover{left:auto!important;right:0!important;transform:none!important}.subtotal-cell-wrapper{width:50px!important;min-width:50px!important;max-width:50px!important;text-align:center;padding:.25rem;white-space:nowrap}.subtotal-header{width:60px!important;min-width:60px!important;max-width:60px!important;padding:.5rem .25rem}.subtotal-cell,.subtotal-header{text-align:center;white-space:nowrap}.subtotal-cell{width:50px!important;min-width:50px!important;max-width:50px!important;display:block}.scoring-table{table-layout:auto!important;width:100%!important}.scoring-container{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;max-width:100%}.control-panels{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}@media (max-width:1024px){.control-panels{grid-template-columns:1fr}}.scoring-main-content{display:flex;flex-direction:column;gap:1.5rem}.scoring-table-wrapper{background:white;border:1px solid var(--gray-200);border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);overflow:hidden}.scoring-table-container{overflow-x:auto}.scoring-table{width:100%;border-collapse:collapse;font-size:.875rem;background:white}.scoring-table th{background:var(--gray-100);padding:1rem .75rem;text-align:left;font-weight:600;color:var(--gray-900);border-bottom:2px solid var(--gray-200);white-space:nowrap}.scoring-table .team-header{min-width:200px;text-align:left}.scoring-table .round-header{text-align:center;min-width:80px}.scoring-table .total-header{text-align:center;min-width:100px;background:var(--primary-lighter);color:var(--primary-darker)}.scoring-table td{padding:.75rem;border-top:1px solid var(--gray-200);vertical-align:middle}.scoring-table .team-cell{font-weight:500;color:var(--gray-900);min-width:200px;padding-left:1rem;padding-right:1rem}.scoring-table .scoring-grid__score-cell{text-align:center;min-width:80px;padding:.5rem}.scoring-table .total-cell{text-align:center;min-width:100px;background:var(--primary-lighter);font-weight:600;color:var(--primary-darker)}.scoring-table tr:hover{background:var(--gray-50)}.scoring-table .form-input{width:100%;padding:.5rem;border:1px solid var(--gray-300);border-radius:.375rem;text-align:center;font-size:.875rem;transition:all .15s ease;background:white}.scoring-table .form-input:focus{outline:none}.scoring-table .form-input.focused,.scoring-table .form-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-lighter)}.scoring-table .form-input.focused{background:white}.form-input-container{margin-bottom:1rem}.form-input-wrapper{position:relative;display:flex;align-items:center;gap:.5rem}.form-input-wrapper input{flex:1;padding:.75rem;border:1px solid var(--gray-300);border-radius:.375rem;font-size:.875rem;transition:all .15s ease}.form-input-wrapper input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-lighter)}.team-info{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.team-name{font-weight:500;color:var(--gray-900);flex:1}.team-remove{background:var(--gray-200);border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:700;color:var(--gray-600);transition:all .15s ease;flex-shrink:0}.team-remove:hover{background:#ef4444;color:white}.team-total{font-weight:600;color:var(--primary-darker);font-size:1rem}.scoring-loading{display:flex;align-items:center;justify-content:center;padding:2rem 0;gap:.5rem}.scoring-loading__spinner{width:2rem;height:2rem;border-top:2px solid var(--gray-200);border:2px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}.scoring-loading__text{color:var(--gray-600);font-size:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.empty-state{text-align:center;padding:2rem;color:var(--gray-500)}.empty-state__title{font-size:1.125rem;font-weight:600;color:var(--gray-700);margin:0 0 .5rem}.empty-state__description{font-size:.875rem;color:var(--gray-500);margin:0}.control-panel{background:white;border:1px solid var(--gray-200);border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);overflow:hidden;transition:all .2s ease}.control-panel:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-color:var(--gray-300)}.control-panel--primary{border-left:3px solid var(--primary)}.control-panel--secondary{border-left:3px solid var(--secondary)}.control-panel__header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.control-panel__header h3{gap:.5rem;margin:0;font-size:.875rem;font-weight:600;color:var(--gray-900)}.control-panel__header h3,.control-panel__shortcuts{display:flex;align-items:center}.shortcut-hint{font-size:.75rem;color:var(--gray-500);background:var(--gray-100);padding:.25rem .5rem;border-radius:.25rem}.control-panel__content{padding:1rem}.control-panel__button-group{display:flex;gap:.5rem;margin-bottom:1rem}.control-panel__button{flex:1;min-width:100px;padding:.5rem .75rem;font-size:.875rem}.control-panel__button--primary{background:var(--primary);color:white;border-color:var(--primary)}.control-panel__button--primary:hover{background:var(--primary-darker);border-color:var(--primary-darker)}.control-panel__action-button{width:100%;margin-top:.75rem;padding:.5rem .75rem;font-size:.875rem}.control-panel__preview-section{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.control-panel__preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.control-panel__label{font-weight:600;color:var(--gray-900);margin:0;font-size:.875rem}.control-panel__toggle-button{background:var(--gray-100);border:1px solid var(--gray-300);color:var(--gray-700);padding:.375rem .75rem;border-radius:.25rem;font-size:.75rem;cursor:pointer;transition:all .15s ease}.control-panel__toggle-button:hover{background:var(--gray-200);border-color:var(--gray-400)}.control-panel__help-text{margin-top:.75rem;padding:.75rem;background:var(--gray-50);border-radius:.375rem;border:1px solid var(--gray-200)}.control-panel__help-text p{margin:0;font-size:.75rem;color:var(--gray-600);line-height:1.4}.shared-card{cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;height:100%;background:white;border:1px solid var(--gray-200);border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.shared-card--hoverable:hover{transform:translateY(-2px);box-shadow:0 4px 12px 0 rgba(0,0,0,.15)}.shared-card--quiz:hover{border-color:var(--primary)}.shared-card--round:hover{border-color:var(--secondary)}.shared-card--clickable{cursor:pointer}.shared-card--clickable:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.shared-card__header{position:relative;display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--gray-200);background:var(--gray-50)}.shared-card__title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin:0}.shared-card__status-container{display:flex;flex-direction:column;gap:.25rem;align-items:flex-end}.shared-card__body{padding:1rem;flex:1}.shared-card__description{text-align:left;margin-bottom:.75rem;color:var(--gray-600);line-height:1.5}.shared-card__footer{padding:1rem;border-top:1px solid var(--gray-200);background:var(--gray-50);display:flex;justify-content:space-between;align-items:center}.shared-card__meta{align-items:center;color:var(--gray-600);font-size:.875rem}.content-card__meta,.shared-card__actions,.shared-card__meta{display:flex;gap:.5rem}.content-card__meta{align-items:center;color:var(--gray-600);font-size:.875rem}.content-card__stats{display:flex;gap:.5rem;margin-bottom:.75rem}.card{background:white;border:1px solid var(--gray-200);border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);overflow:hidden}.live-preview{background:transparent;border:none;border-radius:0;box-shadow:none;overflow:visible;transition:none}.live-preview:hover{box-shadow:none;border-color:transparent}.live-preview__header{gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--gray-200);font-size:.875rem;font-weight:600;color:var(--gray-700)}.live-preview__header,.live-preview__slide{display:flex;align-items:center;background:var(--gray-50)}.live-preview__slide{padding:.75rem;height:200px;justify-content:center;border-radius:.375rem;border:1px solid var(--gray-200);overflow:hidden}.live-preview__content{text-align:center;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.live-preview__content.live-preview__question{text-align:center;gap:.5rem}.live-preview__quiz-title h3{font-size:1.5rem;font-weight:700;color:var(--primary-darker);margin:0 0 .5rem}.live-preview__quiz-title p{color:var(--gray-600);margin:0}.live-preview__round-title h3{font-size:1.25rem;font-weight:600;color:var(--secondary-darker);margin:0 0 .5rem}.live-preview__round-title p{color:var(--gray-600);margin:0}.live-preview__question{display:flex;flex-direction:column;gap:.75rem;align-items:center;text-align:center}.live-preview__question-text{font-size:.875rem;color:var(--gray-700);line-height:1.4;margin:0;flex:1;word-wrap:break-word;overflow-wrap:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.live-preview__answer{font-size:.8rem;color:var(--gray-600);line-height:1.3;margin:0;padding:.5rem;background-color:var(--gray-50);border-radius:.25rem;border-left:3px solid var(--blue-500);word-wrap:break-word;overflow-wrap:break-word}.live-preview__image-thumbnail{width:120px;height:80px;border-radius:.375rem;overflow:hidden;border:1px solid var(--gray-200);flex-shrink:0}.live-preview__thumbnail-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.live-preview__no-image{width:120px;height:80px;border-radius:.375rem;border:1px solid var(--gray-200);background:var(--gray-100);display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--gray-500);text-align:center;flex-shrink:0}.live-preview__simple{text-align:center}.live-preview__simple-text{font-size:.875rem;color:var(--gray-600);margin:0;font-weight:500;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.live-preview__leaderboard h3{font-size:1.25rem;font-weight:600;color:var(--primary-darker);margin:0 0 .5rem}.live-preview__leaderboard p{color:var(--gray-600);margin:0}.live-preview__break h3{font-size:1.25rem;font-weight:600;color:var(--secondary-darker);margin:0 0 .5rem}.live-preview__break p{color:var(--gray-600);margin:0}.live-preview__unknown h3{font-size:1.125rem;font-weight:600;color:var(--gray-700);margin:0 0 .5rem}.live-preview__unknown p{color:var(--gray-500);margin:0}.live-preview__not-available h3{font-size:1rem;font-weight:600;color:var(--gray-500);margin:0 0 .5rem}.live-preview__not-available p{color:var(--gray-400);margin:0;font-size:.875rem}.scoring-minimal-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:2rem;width:100%}@media (max-width:900px){.scoring-minimal-cards{grid-template-columns:1fr 1fr}}@media (max-width:768px){.scoring-minimal-cards{grid-template-columns:1fr}}.scoring-minimal-card{background:white;border:1px solid var(--gray-200);border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .2s ease}.scoring-minimal-card:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border-color:var(--gray-300)}.scoring-minimal-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;color:var(--gray-900);font-size:.875rem}.scoring-minimal-card__content{font-size:.875rem;color:var(--gray-600)}.scoring-connection-status{position:fixed;top:1rem;right:1rem;z-index:1000;transition:all .3s ease}.scoring-connection-status.visible{opacity:1;transform:translateY(0)}.scoring-connection-status.hidden{opacity:0;transform:translateY(-100%)}.connection-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:600;box-shadow:0 4px 12px 0 rgba(0,0,0,.15);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);text-transform:uppercase;letter-spacing:.025em}.connection-indicator.connected{background:linear-gradient(135deg,#10b981,#059669);color:white;border-color:rgba(16,185,129,.3)}.connection-indicator.disconnected{background:linear-gradient(135deg,#ef4444,#dc2626);color:white;border-color:rgba(239,68,68,.3)}.device-id{font-size:.625rem;opacity:.7;margin-left:.5rem;font-weight:500}.progressive-leaderboard-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.progressive-leaderboard{background:white;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);max-width:800px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.progressive-leaderboard__header{padding:2rem;background:linear-gradient(135deg,var(--primary) 0,var(--primary-darker) 100%);color:white;position:relative}.progressive-leaderboard__title-section{text-align:center;margin-bottom:1rem}.progressive-leaderboard__trophy{font-size:3rem;margin-bottom:.5rem}.progressive-leaderboard__title{font-size:2rem;font-weight:700;margin:0 0 .5rem}.progressive-leaderboard__subtitle{font-size:1.125rem;opacity:.9;margin:0}.progressive-leaderboard__close{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.2);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:white;font-size:1.25rem;transition:all .2s ease}.progressive-leaderboard__close:hover{background:rgba(255,255,255,.3)}.progressive-leaderboard__content{flex:1;overflow-y:auto;padding:2rem}.progressive-leaderboard__teams{display:flex;flex-direction:column;gap:1rem}.progressive-leaderboard__team{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0;transition:all .2s ease}.progressive-leaderboard__team:hover{border-color:#cbd5e1;background:#f1f5f9;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.progressive-leaderboard__team.rank-1{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b}.progressive-leaderboard__team.rank-1,.progressive-leaderboard__team.rank-2{font-size:1.5rem;padding:1.5rem 2rem;min-height:5rem;box-shadow:0 4px 12px rgba(0,0,0,.15)}.progressive-leaderboard__team.rank-2{background:linear-gradient(135deg,#e5e7eb,#d1d5db);border:2px solid #6b7280}.progressive-leaderboard__team.rank-3{background:linear-gradient(135deg,#fed7aa,#fdba74);border:2px solid #ea580c;font-size:1.5rem;padding:1.5rem 2rem;min-height:5rem;box-shadow:0 4px 12px rgba(0,0,0,.15)}.progressive-leaderboard__team:not(.rank-1):not(.rank-2):not(.rank-3){font-size:1rem;padding:.875rem 1.25rem;min-height:3.5rem;background:#f8fafc;border:1px solid #e2e8f0}.progressive-leaderboard__team:not(.rank-1):not(.rank-2):not(.rank-3):hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.progressive-leaderboard__team-rank{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#3b82f6;color:white;border-radius:50%;font-weight:700;font-size:1.5rem;flex-shrink:0}.rank-number{margin:0}.progressive-leaderboard__team-info{flex:1}.team-name{font-size:1.375rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.team-score{font-size:1.25rem;color:#3b82f6;font-weight:700;margin:0}.progressive-leaderboard__team-details,.score-breakdown{display:flex;gap:.5rem;flex-wrap:wrap}.round-score{display:flex;align-items:center;gap:.25rem;background:white;padding:.25rem .5rem;border-radius:.375rem;font-size:.875rem}.round-label{color:var(--gray-600);font-weight:500}.round-points{color:var(--primary-darker);font-weight:600}.progressive-leaderboard__unrevealed{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--gray-200)}.unrevealed-teams{display:flex;flex-direction:column;gap:.75rem}.unrevealed-team{display:flex;align-items:center;gap:1rem;padding:.75rem;background:var(--gray-100);border-radius:.5rem;opacity:.6}.unrevealed-rank{width:32px;height:32px;background:var(--gray-300);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gray-500);font-weight:600}.unrevealed-info{flex:1}.unrevealed-name{font-weight:600;color:var(--gray-500);margin:0 0 .25rem}.unrevealed-score{color:var(--gray-400);font-size:.875rem;margin:0}.progressive-leaderboard__controls{padding:2rem;border-top:1px solid var(--gray-200);background:var(--gray-50);display:flex;justify-content:center;gap:1rem}.progressive-leaderboard__reveal-button{background:var(--primary);color:white;border:none;padding:.75rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.progressive-leaderboard__reveal-button:hover{background:var(--primary-darker)}.progressive-leaderboard__reveal-button:disabled{background:var(--gray-300);cursor:not-allowed}.progressive-leaderboard__complete{display:flex;align-items:center;gap:.5rem;color:var(--primary-darker);font-weight:600}.complete-icon{color:#10b981}.break-manager-dialog{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1500;display:flex;align-items:center;justify-content:center;padding:2rem}.break-manager-content{background:white;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.break-manager-section{padding:1.5rem;border-bottom:1px solid var(--gray-200)}.break-manager-section:last-child{border-bottom:none}.break-manager-info{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.info-item{text-align:center;padding:1rem;background:var(--gray-50);border-radius:.5rem}.info-item h4{margin:0 0 .5rem;font-size:.875rem;font-weight:600;color:var(--gray-700);text-transform:uppercase;letter-spacing:.05em}.info-item p{margin:0;font-size:1.5rem;font-weight:700;color:var(--primary-darker)}.break-manager-actions{padding:1.5rem;background:var(--gray-50)}.action-buttons{display:flex;gap:1rem;justify-content:center}.scoring-grid__suggestion-loading{display:flex;align-items:center;justify-content:center;padding:1rem;gap:.5rem}.scoring-grid__suggestion-spinner{width:1rem;height:1rem;border-top:2px solid var(--gray-200);border:2px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}.form-dropdown{position:relative;background:white;border:1px solid var(--gray-300);border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);max-height:200px;overflow-y:auto;z-index:10}.form-dropdown__header{padding:.75rem;background:var(--gray-50);border-bottom:1px solid var(--gray-200);font-weight:600;color:var(--gray-700);font-size:.875rem}.form-dropdown__item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid var(--gray-100)}.form-dropdown__item:hover{background:var(--gray-50)}.form-dropdown__item:last-child{border-bottom:none}.form-dropdown__item-name{font-weight:500;color:var(--gray-900)}.form-dropdown__item-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.form-dropdown__item-date{font-size:.75rem;color:var(--gray-500)}.round-header-content{display:flex;flex-direction:column;align-items:center;gap:.25rem}.break-insert-button{background:var(--secondary);color:white;border:none;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;cursor:pointer;transition:all .15s ease;margin-top:.25rem}.break-insert-button:hover{background:var(--secondary-darker)}.subtotal-header-container{flex-direction:column}.subtotal-header-button,.subtotal-header-container{display:flex;align-items:center;gap:.25rem;width:100%}.subtotal-header-button{background:none;border:none;cursor:pointer;padding:0;justify-content:center}.subtotal-remove-button{background:var(--danger);color:white;border:none;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;cursor:pointer;transition:all .15s ease;margin-top:.25rem}.subtotal-remove-button:hover{background:var(--danger-darker)}.subtotal-header-content{display:flex;flex-direction:column;align-items:center;gap:.25rem}.subtotal-header-text{font-weight:600;color:var(--gray-900);white-space:nowrap;display:flex;align-items:center;gap:.25rem;font-size:.75rem}.sort-arrow{font-size:.75rem;color:var(--gray-500);transition:all .15s ease}.sort-arrow.asc{transform:rotate(180deg)}.sort-arrow.asc,.sort-arrow.desc{color:var(--primary)}.team-header-button,.total-header-button{background:none;border:none;cursor:pointer;padding:0;width:100%;display:flex;align-items:center;justify-content:center;gap:.25rem}.team-header-button{font-weight:600;color:var(--gray-900)}.team-header-content{display:flex;align-items:center;gap:.5rem}.sort-indicator{color:var(--gray-400);opacity:.6;transition:opacity .2s ease;font-size:.85rem;font-weight:400;margin-left:.25rem}.subtotal-header-button:hover .sort-indicator,.team-header-button:hover .sort-indicator,.total-header-button:hover .sort-indicator{opacity:1;color:var(--primary)}.total-header-content{font-weight:600;color:var(--primary-darker);display:flex;align-items:center;gap:.5rem}.team-row{transition:background-color .15s ease}.team-row:hover{background:var(--gray-50)}.remove-team-btn{background:var(--gray-200);border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:700;color:var(--gray-600);transition:all .15s ease;flex-shrink:0}.remove-team-btn:hover{background:#ef4444;color:white}.total-score{font-weight:600;color:var(--primary-darker);font-size:1rem}@media (max-width:768px){.scoring-table{font-size:.75rem}.scoring-table td,.scoring-table th{padding:.5rem .25rem}.scoring-table .team-cell{min-width:150px}.scoring-table .scoring-grid__score-cell{min-width:60px}.live-hosting-header__stats{gap:1rem}.stat-item{font-size:.75rem}.progressive-leaderboard{margin:1rem;max-height:calc(100vh - 2rem)}.progressive-leaderboard__header{padding:1.5rem}.progressive-leaderboard__title{font-size:1.5rem}.progressive-leaderboard__content{padding:1.5rem}.break-manager-content{margin:1rem;max-height:calc(100vh - 2rem)}}.live-preview__status{display:flex;align-items:center;gap:.25rem;margin-left:auto;font-size:.75rem;color:#f29d49}.live-preview__status .icon{color:#f29d49}.presentation-connection-debug{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.9);color:white;padding:2rem;border-radius:.5rem;border:2px solid #4a90e2;box-shadow:0 4px 20px rgba(0,0,0,.5);z-index:1000;min-width:300px;max-width:500px}.connection-debug-content h3{margin:0 0 1rem;color:#4a90e2;font-size:1.25rem}.debug-info{margin-bottom:1rem}.debug-item{margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center}.debug-item strong{color:#e0e0e0;margin-right:1rem}.debug-instructions{text-align:center;font-size:.875rem;color:#b0b0b0;border-top:1px solid #444;padding-top:.75rem}.debug-instructions kbd{background:#333;border:1px solid #666;border-radius:.25rem;padding:.125rem .375rem;font-family:monospace;font-size:.75rem;color:#4a90e2}.control-panel__timer{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.timer-display{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--gray-50);border-radius:.375rem;border:1px solid var(--gray-200)}.timer-display__time{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:1.125rem;font-weight:600;color:var(--primary);min-width:3rem}.timer-display__label{font-size:.75rem;color:var(--gray-600);font-weight:500}.control-panel__status{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.status-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.status-tag--success{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.status-tag--error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.control-panel__round-nav{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);margin:1rem 0}.control-panel__round-label{font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.25rem}.control-panel__round-selector-group{display:flex;gap:.5rem;align-items:center}.control-panel__round-select{flex:1;padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:.375rem;font-size:.875rem;background-color:white;color:var(--gray-900);cursor:pointer;transition:all .15s ease}.control-panel__round-select:hover{border-color:var(--gray-400)}.control-panel__round-select:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.control-panel__button--go{min-width:70px}