:root{--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--bg-page: #ffffff;--bg-card: #ffffff;--bg-input: #fafafa;--bg-hover: #f5f5f5;--text-primary: #171717;--text-secondary: #525252;--text-muted: #737373;--link: #171717;--link-hover: #404040;--tag-role-bg: #f5f5f5;--tag-role-text: #525252;--tag-muted-bg: #e5e5e5;--tag-muted-text: #737373;--tag-success-bg: #171717;--tag-info-bg: #404040;--tag-danger-bg: #dc2626;--success: #15803d;--success-bg: #f0fdf4;--info: #2563eb;--info-bg: #eff6ff;--danger: #dc2626;--danger-bg: #fef2f2;--warning: #b45309;--warning-bg: #fffbeb;--btn-secondary-border: #e5e5e5;--btn-secondary-text: #171717;--btn-secondary-hover-bg: #f5f5f5;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 14px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-card: 0 1px 3px rgba(0, 0, 0, .05);--shadow-card-hover: 0 1px 3px rgba(0, 0, 0, .06);--shadow-focus: 0 0 0 1px #171717;--border: 1px solid #e5e5e5;--border-input: 1px solid #d4d4d4}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--bg-page);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:1rem}.cast-empty-state{text-align:center;padding:3rem 1.5rem;background:var(--bg-card);border-radius:var(--radius-lg);border:1px dashed var(--bg-input)}.cast-empty-state-icon{font-size:3rem;display:block;margin-bottom:1rem;opacity:.8}.cast-empty-state-title{margin:0 0 .5rem;font-size:1.1rem;color:var(--text-primary)}.cast-empty-state-desc{margin:0 0 1.5rem;color:var(--text-muted);font-size:.95rem;max-width:360px;margin-left:auto;margin-right:auto}.cast-empty-state-action{margin-top:1rem}.cast-card{background:var(--bg-card);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:var(--border);overflow:hidden;transition:border-color .2s}.cast-card:hover{border-color:#d4d4d4}.cast-card-header{padding:1.25rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem}.cast-card-title{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.cast-card-body{padding:1.25rem}.cast-card-gradient{background:var(--bg-card);border:var(--border);color:var(--text-primary);padding:1.25rem}.cast-card-gradient .cast-card-title{color:var(--text-primary);font-size:1.25rem;margin-bottom:.5rem}.cast-tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:var(--radius-full);font-size:12px;font-weight:500;border:none}.cast-tag--role,.cast-tag:not([class*=cast-tag--]){background:var(--tag-role-bg);color:var(--tag-role-text)}.cast-tag--success{background:var(--tag-success-bg);color:#fff}.cast-tag--info,.cast-tag--warning{background:var(--tag-info-bg);color:#fff}.cast-tag--danger{background:var(--tag-danger-bg);color:#fff}.cast-tag--muted{background:var(--tag-muted-bg);color:var(--tag-muted-text)}.cast-tag--white{background:#ffffff40;color:#fff}.cast-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:500;font-size:.875rem;border:none;cursor:pointer;transition:background .2s,border-color .2s,color .2s;text-decoration:none;box-sizing:border-box}.cast-btn:disabled{opacity:.6;cursor:not-allowed}.cast-btn-primary{background:#171717;color:#fff}.cast-btn-primary:hover:not(:disabled){background:#404040}.cast-btn-secondary{background:#fff;color:var(--btn-secondary-text);border:1px solid var(--btn-secondary-border)}.cast-btn-secondary:hover:not(:disabled){background:var(--btn-secondary-hover-bg);border-color:#d4d4d4}.cast-btn-danger{background:var(--danger);color:#fff;border-radius:var(--radius-md)}.cast-btn-danger:hover:not(:disabled){opacity:.9}.cast-input,.cast-select{width:100%;min-height:2.5rem;padding:.5rem .75rem;border:var(--border-input);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-primary);font-size:.875rem}.cast-input:focus,.cast-select:focus{outline:none;border-color:#171717;box-shadow:none}.cast-input::placeholder{color:var(--text-muted)}.cast-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:.35rem}.cast-checkbox-wrap{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem;color:var(--text-primary)}.cast-checkbox-wrap input{width:18px;height:18px;accent-color:#171717}.cast-form-row{margin-bottom:1rem}.cast-form-row label{display:block;margin-bottom:.35rem;font-size:.875rem;color:var(--text-secondary)}.cast-form-row input,.cast-form-row textarea,.cast-form-row select{width:100%;min-height:2.5rem;padding:.5rem .75rem;border:var(--border-input);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-primary);font-size:.875rem}.cast-form-row input:focus,.cast-form-row textarea:focus,.cast-form-row select:focus{outline:none;border-color:#171717;box-shadow:none}.cast-form-row textarea{min-height:80px;resize:vertical}.cast-form-row--sm{margin-bottom:.75rem}.cast-form-row--sm label{font-size:.85rem}.cast-attributes-fields{display:flex;flex-direction:column;gap:.5rem}.cast-attributes-dl{margin:0 0 1rem}.cast-attributes-dl-row{display:flex;gap:.5rem;margin-bottom:.35rem;font-size:.9rem}.cast-attributes-dl-row dt{color:var(--text-secondary);min-width:120px}.cast-attributes-dl-row dd{margin:0;color:var(--text-primary)}.cast-checkbox-group{display:flex;flex-wrap:wrap;gap:.75rem}.cast-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem}.cast-photo-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start}.cast-photo-tile{position:relative;width:100px;height:100px;flex-shrink:0;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border-input)}.cast-photo-tile img{width:100%;height:100%;object-fit:cover;display:block}.cast-photo-tile-delete{position:absolute;bottom:0;left:0;right:0;padding:.35rem;font-size:.7rem;font-weight:500;color:#fff;background:#000000a6;border:none;cursor:pointer;opacity:0;transition:opacity .2s}.cast-photo-tile:hover .cast-photo-tile-delete{opacity:1}.cast-photo-tile-loading{position:absolute;bottom:0;left:0;right:0;padding:.25rem;font-size:.65rem;color:#fff;background:#000000b3;text-align:center}.cast-photo-preload{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.cast-photo-upload-tile{width:100px;height:100px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;border:2px dashed var(--border-input);border-radius:var(--radius-md);cursor:pointer;color:var(--text-muted);font-size:.75rem;text-align:center;padding:.5rem;transition:border-color .2s,color .2s,background .2s}.cast-photo-upload-tile:hover,.cast-photo-upload-tile--drag{border-color:#737373;color:var(--text-primary);background:var(--bg-hover)}.cast-photo-upload-icon{font-size:1.25rem;line-height:1;opacity:.9}.cast-photo-upload-text{line-height:1.2}.cast-photo-grid{display:flex;flex-wrap:wrap;gap:1rem}.cast-photo-item{position:relative}.cast-photo-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-md)}.cast-photo-upload{display:flex;align-items:center;justify-content:center;min-height:100px;border:2px dashed var(--text-muted);border-radius:var(--radius-md);cursor:pointer;font-size:.9rem;color:var(--text-muted)}.cast-photo-upload:hover{border-color:#737373;color:var(--text-primary)}.cast-error-block{background:var(--danger-bg);color:var(--danger);padding:.75rem 1rem;border-radius:var(--radius-md);margin-bottom:1rem}.cast-success-block{background:var(--success-bg);color:var(--success);border:1px solid var(--border);padding:.75rem 1rem;border-radius:var(--radius-md);margin-bottom:1rem}.cast-form-inline{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1rem}.cast-input-sm{padding:.4rem .75rem;border:var(--border-input);border-radius:var(--radius-md);font-size:.875rem;min-width:120px;background:var(--bg-card)}.cast-input-sm:focus{outline:none;border-color:#171717}.cast-preview-photos-extra{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.cast-preview-photo-thumb{width:72px;height:72px;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border)}.cast-list-projects{margin-top:.5rem}.cast-list-projects-item{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.cast-link-sm{font-size:.85rem}.cast-pagination{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.cast-back-link{display:inline-block;margin-bottom:1rem;color:var(--text-muted);text-decoration:none;font-size:.9rem}.cast-back-link:hover{color:var(--text-primary)}.cast-card-link{text-decoration:none;color:inherit}.cast-card-link:hover{color:inherit}.cast-card-avatar{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-md)}.cast-card-title-sm{margin:.5rem 0 .25rem;font-size:1rem}.cast-list,.cast-list-applications{list-style:none;margin:0;padding:0}.cast-application-item{padding:.75rem 0;border-bottom:1px solid var(--border)}.cast-application-item:last-child{border-bottom:none}.cast-application-item--link{padding:0}.cast-application-item-inner{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;text-decoration:none;color:inherit;gap:.75rem}.cast-application-item-inner:hover{text-decoration:none;color:inherit}.cast-profile-row{display:flex;gap:1.25rem;align-items:flex-start;margin-bottom:1rem}.cast-avatar{border-radius:var(--radius-md);object-fit:cover}.cast-avatar-placeholder{background:var(--bg-hover);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--text-muted)}.cast-profile-name{margin:0 0 .25rem;font-size:1.25rem}.cast-profile-meta{margin:0;font-size:.9rem;color:var(--text-secondary)}.cast-profile-actions{display:flex;gap:.5rem;margin-top:1rem}.cast-vacancy-requirements-title{margin:1rem 0 .5rem;font-size:1rem}.cast-vacancy-description{white-space:pre-wrap;color:var(--text-secondary)}.cast-btn-ghost{background:transparent;color:var(--text-muted);border-radius:var(--radius-full)}.cast-btn-ghost:hover:not(:disabled){background:var(--bg-hover)}.cast-btn-sm{padding:.5rem .875rem;font-size:.8125rem;border-radius:var(--radius-md)}.cast-text-muted{color:var(--text-muted);font-size:.9rem}@media(max-width:768px){.cast-card-header,.cast-card-body{padding:1rem}.cast-card-title{font-size:1rem}.cast-profile-row{flex-direction:column;gap:.9rem}.cast-profile-actions{flex-direction:column;align-items:stretch}.cast-profile-actions .cast-btn{width:100%}.cast-pagination{flex-wrap:wrap;gap:.65rem}.cast-pagination .cast-btn{flex:1 1 0;min-width:8.5rem}.cast-application-item-inner{flex-direction:column;align-items:flex-start}.cast-photo-row{gap:.75rem}.cast-photo-tile,.cast-photo-upload-tile{width:92px;height:92px}}.cast-catalog-layout{display:grid;grid-template-columns:260px 1fr;gap:2rem;align-items:start}.cast-catalog-content{min-height:200px}@media(max-width:768px){.cast-catalog-layout{grid-template-columns:1fr;gap:.75rem;margin-top:0}.cast-filters{max-width:none;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:0;margin-bottom:0;padding:0;overflow:hidden;border-radius:0;border:none;border-bottom:1px solid var(--border);background:var(--bg-card);box-shadow:none;top:auto}.cast-filters-toggle{margin:0;padding:0 1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));width:100%;height:44px;min-height:44px;max-height:44px;box-sizing:border-box;font-size:.875rem;font-weight:500;line-height:1.25;display:flex;align-items:center;gap:.5rem;cursor:pointer;color:var(--text-primary);background:none;border:none;font-family:inherit;text-align:left}.cast-filters-toggle-icon{flex-shrink:0}.cast-filters-toggle-text{flex:1}.cast-filters-chevron{font-size:.7rem;opacity:.8}.cast-filters--collapsed .cast-filters-body{display:none}.cast-filters-body{padding:.75rem 1rem 1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));border-top:1px solid var(--border)}.cast-filters-body .cast-label:first-child{margin-top:0}.cast-catalog-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:768px){.cast-page-wrap--catalog .cast-page-subtitle{margin-bottom:.5rem}}@media(min-width:769px){.cast-filters{width:100%;max-width:260px;box-sizing:border-box;background:var(--bg-card);border-radius:var(--radius-xl);border:var(--border);padding:1.25rem;position:sticky;top:5rem}.cast-filters-chevron{display:none}.cast-filters-toggle{cursor:default;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;width:100%;padding:0;font-size:1rem;font-weight:600;color:var(--text-primary);background:none;border:none;font-family:inherit;text-align:left}.cast-filters-toggle:hover{opacity:1}.cast-filters-body{display:block}}.cast-filters .cast-label{display:block;margin:0 0 .25rem;font-size:.8rem;font-weight:500;color:var(--text-secondary)}.cast-filters .cast-label+.cast-input,.cast-filters .cast-label+.cast-select,.cast-filters .cast-label+.cast-filter-attr{margin-top:0}.cast-filters .cast-input,.cast-filters .cast-select{box-sizing:border-box;width:100%;height:2.5rem;margin-bottom:.875rem;padding:0 .75rem;line-height:2.5rem;font-size:.9rem;background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-input);color:var(--text-primary);-webkit-font-smoothing:antialiased}.cast-filters .cast-input::placeholder{color:var(--text-muted, #6b7280);opacity:1}.cast-filters-subtitle{margin:1rem 0 .5rem;font-size:.9rem;font-weight:600;color:var(--text-secondary)}.cast-filter-attr{margin-bottom:.75rem}.cast-filters .cast-filter-attr .cast-input,.cast-filters .cast-filter-attr .cast-select{margin-bottom:0}.cast-age-range{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem}.cast-filters .cast-checkbox-wrap{margin-top:.75rem}.cast-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(216px,1fr));gap:1.35rem}.cast-executor-card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s}.cast-executor-card:hover{box-shadow:var(--shadow-card-hover);text-decoration:none;color:inherit}.cast-executor-card-image-wrap{position:relative;aspect-ratio:3/4;background:var(--bg-input)}.cast-executor-card-image{width:100%;height:100%;object-fit:cover}.cast-executor-card-placeholder{display:flex;align-items:center;justify-content:center;font-size:2.7rem;font-weight:600;color:var(--text-muted)}.cast-tag-available{position:absolute;top:.4rem;right:.4rem}.cast-executor-card-body{padding:.9rem}.cast-executor-card-name{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:var(--text-primary)}.cast-executor-card-meta,.cast-executor-card-location{margin:0;font-size:.9rem;color:var(--text-secondary)}.cast-page-subtitle{margin:-.5rem 0 1.5rem;font-size:.95rem;color:var(--text-secondary)}.cast-catalog-tinder-wrap .cast-tinder-card{transition:transform .2s ease,box-shadow .2s ease}.cast-catalog-tinder-wrap .cast-tinder-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00000026}.cast-catalog-tinder-wrap .cast-tinder-card:active{transform:translateY(0)}.cast-profile-edit-wrap{max-width:720px}.cast-profile-edit-title{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;color:var(--text-primary)}.cast-profile-edit-subtitle{margin:0 0 1.5rem;font-size:1rem;font-weight:400;color:var(--text-secondary)}.cast-profile-edit .cast-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:1.5rem;border:none}.cast-profile-edit .cast-card-header{padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.cast-profile-edit .cast-card-title{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.cast-profile-edit .cast-card-body{padding:1.5rem}.cast-profile-edit .cast-form-row input,.cast-profile-edit .cast-form-row textarea,.cast-profile-edit .cast-form-row select{background:#f5f5f5;border:1px solid #eee;border-radius:8px;padding:.6rem 1rem;font-size:.95rem;color:var(--text-primary)}.cast-profile-edit .cast-form-row input::placeholder,.cast-profile-edit .cast-form-row textarea::placeholder{color:var(--text-muted)}.cast-profile-edit .cast-form-row label{display:block;margin-bottom:.35rem;font-size:.875rem;font-weight:500;color:var(--text-primary)}.cast-profile-edit .cast-form-row textarea{min-height:100px;resize:vertical}.cast-profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem;margin-bottom:1rem}.cast-profile-form-grid .cast-form-row{margin-bottom:0}@media(max-width:560px){.cast-profile-form-grid{grid-template-columns:1fr}}.cast-profile-edit .cast-photo-section-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--text-primary)}.cast-profile-edit .cast-photo-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;margin-bottom:.5rem}.cast-profile-edit .cast-photo-upload-tile{width:120px;height:120px;border:2px dashed #d1d5db;border-radius:10px;background:#fafafa;color:var(--text-muted);font-size:.8rem}.cast-profile-edit .cast-photo-upload-tile:hover,.cast-profile-edit .cast-photo-upload-tile--drag{border-color:#737373;background:var(--bg-hover);color:var(--text-primary)}.cast-profile-edit .cast-photo-upload-icon{font-size:1.5rem}.cast-profile-edit .cast-photo-hint{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.cast-form-hint{font-size:.8rem;color:var(--text-muted);margin:.35rem 0 0}.cast-roles-tiles{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.cast-role-tile{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;margin:0}.cast-role-tile-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.cast-role-tile-box{width:2rem;height:2rem;border:1.5px solid #d4d4d4;border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s,background .15s}.cast-role-tile-box .cast-role-tile-check{color:#fff;font-size:1rem;font-weight:700;line-height:1}.cast-role-tile-input:focus-visible+.cast-role-tile-box{outline:2px solid var(--text-primary);outline-offset:2px}.cast-role-tile-input:checked+.cast-role-tile-box{background:#2563eb;border-color:#2563eb}.cast-role-tile:hover .cast-role-tile-box{border-color:#737373}.cast-role-tile-input:checked+.cast-role-tile-box+.cast-role-tile-label,.cast-role-tile:hover .cast-role-tile-label{color:var(--text-primary)}.cast-role-tile-label{font-size:.875rem;color:var(--text-secondary);text-align:center;transition:color .15s}.cast-profile-edit .cast-label-required:after{content:" *";color:var(--danger)}@media(max-width:768px){.cast-profile-edit-wrap{max-width:none}.cast-profile-edit-title{font-size:1.9rem;line-height:1.15}.cast-profile-edit-subtitle{margin-bottom:1rem}.cast-profile-edit .cast-card-header,.cast-profile-edit .cast-card-body{padding:1rem}.cast-profile-edit .cast-photo-upload-tile,.cast-profile-edit .cast-photo-tile{width:96px;height:96px}}.cast-preview-wrap{max-width:420px;margin:0 auto;padding-bottom:2rem}.cast-preview-subtitle{margin:0 0 1.25rem;font-size:.95rem;color:var(--text-secondary)}.cast-tinder-card{background:var(--bg-card);border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.04)}.cast-tinder-card-photo{position:relative;aspect-ratio:16 / 9;max-height:25vh;max-width:calc(25vh * 16 / 9);width:100%;margin:0 auto;background:var(--bg-hover)}.cast-tinder-card-photo--clickable{cursor:pointer}.cast-tinder-card-photo--clickable:after{content:"";position:absolute;inset:0;background:#0000;transition:background .2s;pointer-events:none;border-radius:inherit}.cast-tinder-card-photo--clickable:hover:after{background:#00000014}.cast-tinder-card-photo img{width:100%;height:100%;object-fit:cover;display:block}.cast-tinder-card-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:600;color:var(--text-muted);background:linear-gradient(145deg,#f0f0f0,#e8e8e8)}.cast-tinder-card-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px}.cast-tinder-dot{width:6px;height:6px;border-radius:50%;background:#ffffff80;transition:background .2s}.cast-tinder-dot--active{background:#fff;width:8px;height:8px}.cast-tinder-card-body{padding:1.5rem 1.25rem}.cast-tinder-name{margin:0 0 .2rem;font-size:1.6rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;line-height:1.2}.cast-tinder-role{margin:0 0 .35rem;font-size:1rem;font-weight:500;color:var(--text-secondary)}.cast-tinder-city{margin:0 0 1.25rem;font-size:.95rem;color:var(--text-secondary)}.cast-tinder-section{margin-bottom:1.25rem}.cast-tinder-section:last-child{margin-bottom:0}.cast-tinder-section-title{margin:0 0 .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.cast-tinder-text{margin:0;font-size:.95rem;line-height:1.5;color:var(--text-primary)}.cast-tinder-about{white-space:pre-wrap}.cast-tinder-list{margin:0}.cast-tinder-thumbs{display:flex;flex-wrap:wrap;gap:.5rem}.cast-tinder-thumb-wrap{padding:0;border:none;background:none;cursor:pointer;border-radius:12px;overflow:hidden;line-height:0}.cast-tinder-thumb{width:72px;height:72px;object-fit:cover;border-radius:12px;border:1px solid var(--border);display:block}.cast-tinder-photos-extra .cast-tinder-section-title{margin-bottom:.6rem}.cast-preview-lightbox{position:fixed;inset:0;z-index:1000;background:#000000e6;display:flex;align-items:center;justify-content:center;padding:2rem;animation:cast-lightbox-fade .2s ease-out}@keyframes cast-lightbox-fade{0%{opacity:0}to{opacity:1}}.cast-preview-lightbox-close{position:fixed;top:1rem;right:1rem;z-index:1001;width:44px;height:44px;border:none;background:#ffffff26;color:#fff;font-size:1.75rem;line-height:1;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.cast-preview-lightbox-close:hover{background:#ffffff40}.cast-preview-lightbox-inner{position:relative;max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.cast-preview-lightbox-inner img{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:8px}.cast-preview-lightbox-prev,.cast-preview-lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;background:#fff3;color:#fff;font-size:2rem;line-height:1;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.cast-preview-lightbox-prev{left:-56px}.cast-preview-lightbox-next{right:-56px}.cast-preview-lightbox-prev:hover,.cast-preview-lightbox-next:hover{background:#ffffff59}.cast-preview-lightbox-footer{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:1001;display:flex;flex-direction:column;align-items:center;gap:.75rem}.cast-preview-lightbox-counter{font-size:.9rem;color:#ffffffe6}.cast-preview-lightbox-dots{display:flex;gap:.5rem;align-items:center}.cast-preview-lightbox-dot{width:10px;height:10px;padding:0;border:none;border-radius:50%;background:#fff6;cursor:pointer;transition:background .2s,transform .2s}.cast-preview-lightbox-dot:hover{background:#ffffffb3}.cast-preview-lightbox-dot--active{background:#fff;transform:scale(1.2)}@media(max-width:560px){.cast-preview-lightbox-prev{left:.5rem}.cast-preview-lightbox-next{right:.5rem}}@media(max-width:480px){.cast-preview-wrap{max-width:none;padding-left:.5rem;padding-right:.5rem}.cast-tinder-card{border-radius:16px}.cast-tinder-name{font-size:1.4rem}.cast-tinder-card-body{padding:1.25rem 1rem}}.cast-limit-badge{padding:.6rem 1rem;background:var(--bg-input);border-radius:var(--radius-md);font-size:.9rem;color:var(--text-secondary)}.cast-limit-badge-text strong{color:var(--text-primary)}.cast-limit-badge--near{background:var(--warning-bg);color:var(--warning)}.cast-limit-badge--near .cast-limit-badge-text strong{color:var(--warning)}.cast-limit-badge--exhausted{background:var(--danger-bg);color:var(--danger)}.cast-limit-badge--exhausted .cast-limit-badge-text strong{color:var(--danger)}.admin-bottom-nav{display:none}@media(max-width:900px){.admin-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:100;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.25rem;padding:.5rem .5rem calc(.5rem + env(safe-area-inset-bottom));background:#fffffffa;border-top:1px solid #e0e0e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.admin-bottom-nav-link{min-height:2.75rem;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;color:#666;text-decoration:none;transition:background .2s,color .2s}.admin-bottom-nav-link:hover{background:#f5f5f5;color:#111;text-decoration:none}.admin-bottom-nav-link.active{background:#171717;color:#fff}}.cast-page-title{margin:0 0 1.5rem;font-size:1.875rem;font-weight:600;letter-spacing:-.025em;color:var(--text-primary)}.cast-page-wrap{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem}.cast-page-subtitle{margin:-.5rem 0 1.5rem;font-size:1rem;color:var(--text-secondary)}@media(max-width:768px){.cast-page-wrap{padding:1.5rem 1rem}.cast-page-title{margin-bottom:1rem;font-size:1.5rem}.cast-page-subtitle{margin:-.25rem 0 1rem;font-size:.875rem}}.modal-footer{margin-top:1rem;display:flex;justify-content:flex-end;gap:.5rem}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:360px;pointer-events:none}.toast-container>*{pointer-events:auto}.toast{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius-md);box-shadow:var(--shadow-card-hover);font-size:.95rem;animation:toast-in .25s ease-out}@keyframes toast-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast--success{background:var(--success-bg);color:var(--success);border:1px solid rgba(22,163,74,.3)}.toast--error{background:var(--danger-bg);color:var(--danger);border:1px solid rgba(220,38,38,.3)}.toast--info{background:var(--bg-card);color:var(--text-primary);border:var(--border)}.toast-message{flex:1}.toast-close{flex-shrink:0;width:24px;height:24px;padding:0;border:none;background:transparent;color:inherit;opacity:.7;font-size:1.25rem;line-height:1;cursor:pointer;border-radius:var(--radius-sm)}.toast-close:hover{opacity:1;background:#00000014}
